You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
I'm trying to run the tests with make test (or node spec/node.js) but no tests will run.
$ make test
Passes: 0 Failures: 0 Duration: 0 ms
$ node spec/node.js
Passes: 0 Failures: 0 Duration: 0 ms
Any ideas?
I wanna make some tests for a patch and I just can't get jspec to work. Also it seems that jspec is discontinued. Any plans to replace it with another lib for testing js-yaml?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run the tests with make test (or node spec/node.js) but no tests will run.
$ make test
Passes: 0 Failures: 0 Duration: 0 ms
$ node spec/node.js
Passes: 0 Failures: 0 Duration: 0 ms
Any ideas?
I wanna make some tests for a patch and I just can't get jspec to work. Also it seems that jspec is discontinued. Any plans to replace it with another lib for testing js-yaml?
Thanks.
The text was updated successfully, but these errors were encountered: