UNPKG

specify-core

Version:

Describe, structure and runs tests for the Specify framework.

15 lines 458 B
var /** * Describe, structure and runs tests for the Specify framework. * * @module specify-core/lib/index */ // -- Dependencies ----------------------------------------------------- extend = require('xtend'); // -- Exports ---------------------------------------------------------- module.exports = [ require('./core'), require('./runner'), require('./report'), require('./result') ].reduce(extend, {}); //# sourceMappingURL=index.js.map