UNPKG

node-jqunit

Version:

An XUnit unit testing framework (in the style of JUnit) for node.js, using QUnit as the underlying engine

7 lines (4 loc) 212 B
// A file which queues no tests - this should not report a test run success var fluid = require("infusion"); var jqUnit = fluid.require("../lib/jqUnit-node.js", require); jqUnit.module("Empty Fixture Module");