Skip to content

purplestone/qunit-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
});

Docs

Quint docs v1.15.0

Contributing

quintjs, colors.

Release History

--

License

Licensed under the MIT license.

About

A Qunitjs with color log for node dev.

Resources

License

Stars

Watchers

Forks

Packages

No packages published