diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-10-10 03:43:44 +0200 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-10-10 03:43:44 +0200 | 
| commit | abd94a7f5a50f43c797a11b53549ae48fff667c3 (patch) | |
| tree | ab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/osenv/x.tap | |
| parent | a0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff) | |
add node_modules to address #4364
Diffstat (limited to 'node_modules/osenv/x.tap')
| -rw-r--r-- | node_modules/osenv/x.tap | 39 | 
1 files changed, 39 insertions, 0 deletions
diff --git a/node_modules/osenv/x.tap b/node_modules/osenv/x.tap new file mode 100644 index 000000000..90d847208 --- /dev/null +++ b/node_modules/osenv/x.tap @@ -0,0 +1,39 @@ +TAP version 13 +    # Subtest: test/unix.js +    TAP version 13 +        # Subtest: basic unix sanity test +        ok 1 - should be equal +        ok 2 - should be equal +        ok 3 - should be equal +        ok 4 - should be equivalent +        ok 5 - should be equal +        ok 6 - should be equal +        ok 7 - should be equal +        ok 8 - should be equal +        ok 9 - should be equal +        ok 10 - should be equal +        ok 11 - should be equal +        ok 12 - should be equal +        ok 13 - should be equal +        ok 14 - should be equal +        1..14 +    ok 1 - basic unix sanity test # time=10.712ms + +    1..1 +    # time=18.422ms +ok 1 - test/unix.js # time=169.827ms + +    # Subtest: test/windows.js +    TAP version 13 +    1..0 # Skip windows tests, this is not windows + +ok 2 - test/windows.js # SKIP Skip windows tests, this is not windows + +    # Subtest: test/nada.js +    TAP version 13 +    1..0 + +ok 2 - test/nada.js + +1..3 +# time=274.247ms  | 
