mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 13:10:38 +00:00
wip tests 7
This commit is contained in:
parent
d064d7b3de
commit
616052d9cc
6 changed files with 23 additions and 4 deletions
8
tests/tests.bats
Normal file
8
tests/tests.bats
Normal file
|
@ -0,0 +1,8 @@
|
|||
load 'bats/bats-support/load'
|
||||
load 'bats/bats-assert/load'
|
||||
|
||||
@test "TODO write test" {
|
||||
run false
|
||||
assert_success
|
||||
assert_output "TODO"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue