1.15.0-1 • Published 10 years ago

qunit-color v1.15.0-1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

Qunit-color

A Qunitjs with color log for node dev.

Getting Started

Install the module with: npm i qunit-color

Examples

var $$Q = require('qunit-color');

$$Q.module( "testProjectName: qunit-color");
$$Q.test('unitName: main', function (assert) {
	assert.ok(true, 'true');
	assert.ok(false, 'false');
	assert.deepEqual('aa bb cc dd','kk cc bb ee ff', 'str diff');
});
$$Q.load();

Not show result and expect log:

$$Q = require('qunit-color').setColorConf({
	onlyDiff : true
});

Contributing

quintjs, colors.

Release History

--

License

Licensed under the MIT license.