as-test 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/tests/test.tap ADDED
@@ -0,0 +1,14 @@
1
+ TAP version 13
2
+ # timing test
3
+ ok 1 should be strictly equal
4
+ not ok 2 should be strictly equal
5
+ ---
6
+ operator: equal
7
+ expected: 100
8
+ actual: 107
9
+ ...
10
+
11
+ 1..2
12
+ # tests 2
13
+ # pass 1
14
+ # fail 1