Update jasmine-performance.yml

Get it back into working condition and more similar to jasmine.yml
This commit is contained in:
Sheel Choksi
2013-09-09 21:27:30 -07:00
parent 8ac085c103
commit f8f064d12d

View File

@@ -1,20 +1,14 @@
jasmine_dir:
src_dir:
- 'src'
jasmine_files:
- 'core/base.js'
- 'core/util.js'
- 'core/Reporter.js'
- 'html/HtmlReporterHelpers.js'
- 'core/ExpectationResult.js'
- '**/*.js'
jasmine_css_files:
- 'html/jasmine.css'
src_files:
stylesheets:
- '**/*.js'
boot_dir: 'spec/support'
boot_files:
- 'dev_boot.js'
helpers:
- 'helpers/**/*.js'
spec_files:
- 'performance/performance_test.js'
src_dir:
spec_dir:
- 'spec'