UNPKG

steal-qunit

Version:
12 lines (8 loc) 224 B
var QUnit = require("steal-qunit"); QUnit.module("some module"); QUnit.test("First test", function(assert){ assert.ok(false, "test one"); }); QUnit.test("Second test", function(assert){ assert.ok(true, "test two"); });