UNPKG

194 BJavaScriptView Raw
1
2var FeatherTest = require('feather-test');
3
4var myTest = new FeatherTest({
5 specs: [
6 './specs/pack.commonjs.spec.js',
7 './specs/standalone.spec.js',
8 ],
9});
10
11myTest.run();