- Use clock.install, clock.tick... - Add unit coverage. - Fixes old bug in function scheduler
36 lines
718 B
YAML
36 lines
718 B
YAML
#This 'magic' inclusion order allows the travis build to pass.
|
|
#TODO: search for the correct files to include to prevent
|
|
src_dir:
|
|
- 'src'
|
|
src_files:
|
|
- 'core/base.js'
|
|
- 'core/util.js'
|
|
- 'core/Reporter.js'
|
|
#end of known dependencies
|
|
- 'core/Spec.js'
|
|
- 'core/Env.js'
|
|
- 'core/JsApiReporter.js'
|
|
- 'core/Matchers.js'
|
|
- 'core/MultiReporter.js'
|
|
- 'core/NestedResults.js'
|
|
- 'core/PrettyPrinter.js'
|
|
- 'core/Queue.js'
|
|
- 'core/Runner.js'
|
|
- 'core/Suite.js'
|
|
- 'html/HtmlReporterHelpers.js'
|
|
- 'html/HtmlReporter.js'
|
|
- '**/*.js'
|
|
stylesheets:
|
|
boot_dir: 'spec/support'
|
|
boot_files:
|
|
- 'boot.js'
|
|
- 'dev_boot.js'
|
|
helpers:
|
|
- 'helpers/**/*.js'
|
|
spec_files:
|
|
- '**/*[Ss]pec.js'
|
|
spec_dir:
|
|
- 'spec'
|
|
|
|
|