wip tests 7

This commit is contained in:
Sara Aimée Smiseth 2020-10-06 18:58:51 +02:00
parent d064d7b3de
commit 616052d9cc
6 changed files with 23 additions and 4 deletions

8
tests/tests.bats Normal file
View 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"
}