A QUnit plugin that adds the "pending" test syntax, a la Mocha.
This plugin is compatible with QUnit core ("qunitjs") >=v1.16.0
, which introduced the "skipped" test status and QUnit.skip
function.
QUnit.test( "This test is not implemented yet" );
This plugin works in every environment that QUnit core does.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Copyright (c) 2014-2016 James M. Greene Licensed under the MIT license.