Added some tests

This commit is contained in:
2021-06-23 22:30:45 +02:00
parent 24f897e907
commit 3d3d7fae48
3796 changed files with 218744 additions and 3 deletions

17
tests/node_modules/tap-spec/test/fixtures/not-ok.txt generated vendored Normal file
View File

@@ -0,0 +1,17 @@
TAP version 13
# THIS IS A SUITE
# test 1
ok 1 this test should pass
# test 2
not ok 2 this test should fail
---
operator: ok
expected: true
actual: false
at: Test.<anonymous> (/Users/khanh.nguyen/tap-spec/test.js:13:15)
...
1..2
# tests 2
# pass 1
# fail 1

13
tests/node_modules/tap-spec/test/fixtures/ok.txt generated vendored Normal file
View File

@@ -0,0 +1,13 @@
TAP version 13
# beep
ok 1 should be equal
ok 2 should be equivalent
# boop
ok 3 should be equal
ok 4 (unnamed assert)
1..4
# tests 4
# pass 4
# ok