silverstripe-framework/thirdparty/jquery-changetracker/spec/rhino.js
David Craig 2140025c20 Implement RFC-7 JavaScript module loader
- Adds ES6 support via Babel
- Transforms existing JavaScript to UMD modules
- Adds module bundling via Browserify
- Existing JavaScript converted to UMD modules
- lib.js and leftandmain.js are bundled using browserify
- JavaScript minifying of bundles handed by gulp
2016-01-26 11:39:20 +13:00

11 lines
236 B
JavaScript
Executable File

load('./spec/lib/jspec.js')
load('./spec/lib/jspec.xhr.js')
load('lib/yourlib.js')
load('spec/unit/spec.helper.js')
JSpec
.exec('spec/unit/spec.js')
.run({ reporter: JSpec.reporters.Terminal, fixturePath: 'spec/fixtures' })
.report()