Skip to content

no output #13

Description

@marcdonovan

test.js:
if (typeof QUnit == 'undefined')
QUnit = require('qunit-cli');

QUnit.module("Test Module", {
setup: function() {

    // setup some stuff

}, teardown: function() {
    // tear down if needed
}

});

test("test1", function() {
equal("not equal", "equal", "error message");
});

test("test2", function() {
equal("equal", "equal", "error message");
});

run:
node test.js

I get no output.

If I run the tests in my browser I get the attached.
screen shot 2015-04-22 at 1 44 34 pm

Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions