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 Oct 30, 2018. It is now read-only.
I have a model which uses require() var fs = require('fs');
When I try to unit test this model, the test crashes and throws the following the error.
/home/y/lib/node_modules/mojito-cli/node_modules/mojito-cli-test/node_modules/yuitest/lib/yuitest-node.js:773
throw new YUITest.ComparisonFailure(YUITest.Assert._formatMessage(
^
ComparisonFailure: Value should be true.
ss [jithine@firedesire g11n_self_serve]$ echo $?
8
If I remove the require() statement the test execution will continue to it's logical end.
The text was updated successfully, but these errors were encountered:
I have a model which uses require()
var fs = require('fs');
When I try to unit test this model, the test crashes and throws the following the error.
If I remove the require() statement the test execution will continue to it's logical end.
The text was updated successfully, but these errors were encountered: