UNPKG

intern-cli

Version:

The command line interface for Intern

17 lines (15 loc) 229 B
define([ 'intern!object', 'intern/chai!assert' ], function ( registerSuite, assert ) { registerSuite({ name: 'hello', 'hello world': function () { var foo = 'hello'; assert.strictEqual(foo, 'hello'); } }); });