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

mojito test crashes when require() is used #1314

@jithine

Description

@jithine

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions