silverstripe-framework/thirdparty/jquery-changetracker/spec/rhino.js

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()