atom / node-oniguruma

Oniguruma Node Module
http://atom.github.io/node-oniguruma
MIT License
121 stars 46 forks source link

Fix 'npm test' on Windows #75

Closed billiegoose closed 7 years ago

billiegoose commented 7 years ago

Previously:

npm test
> oniguruma@7.0.0 test C:\projects\node-oniguruma
> jasmine-focused --captureExceptions spec/*
File: C:\projects\node-oniguruma\spec\* is missing.

With change:

npm test
> oniguruma@7.0.0 test E:\git\wmhilton-contrib\node-oniguruma
> jasmine-focused --captureExceptions spec/
..........................
Finished in 0.183 seconds
26 tests, 109 assertions, 0 failures, 0 skipped
BinaryMuse commented 7 years ago

Thanks very much!