tape-testing / faucet

human-readable TAP summarizer
MIT License
551 stars 25 forks source link

Doesn't work on Windows in git bash (msysgit) #4

Open tomek-he-him opened 9 years ago

tomek-he-him commented 9 years ago

The output of any test in msysgit looks like this:

2015-01-05 14_00_39-console - mingw32__c_users_tomasz_libraries_tomekwi_as js

The original TAP input:

> node test
TAP version 13
# map-to/array
ok 1 should be equivalent
ok 2 should be equivalent
ok 3 should be equivalent
# map-to/object
ok 4 should be equivalent
ok 5 should be equivalent
ok 6 should be equivalent
ok 7 should be equivalent

1..7
# tests 7
# pass  7

# ok