Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

mojito test crashes when require() is used #1314

Open
jithine opened this issue Jan 24, 2014 · 2 comments
Open

mojito test crashes when require() is used #1314

jithine opened this issue Jan 24, 2014 · 2 comments

Comments

@jithine
Copy link

jithine commented Jan 24, 2014

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.

@drewfish
Copy link
Contributor

Are you running your test in a browser or in node?

@jithine
Copy link
Author

jithine commented Jan 27, 2014

It's on node. It's. Unit test ran via mojito test—
Sent from Mailbox for iPhone

On Mon, Jan 27, 2014 at 10:18 AM, Drew Folta notifications@github.com
wrote:

Are you running your test in a browser or in node?

Reply to this email directly or view it on GitHub:
#1314 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants