Skip to content

Commit

Permalink
Need jsreporter to get sauce working
Browse files Browse the repository at this point in the history
  • Loading branch information
HallM committed Jul 24, 2016
1 parent ae2249e commit 14a98ac
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,15 @@ module.exports = function(grunt) {
options: {
outfile: 'index.html',
display: 'short',
specs: ['spec/unit-compiler.spec.js', 'spec/unit-engine.spec.js', 'spec/integration.spec.js'],
specs: [
'spec/unit-compiler.spec.js',
'spec/unit-engine.spec.js',
'spec/integration.spec.js'
],
vendor: [
'https://cdnjs.cloudflare.com/ajax/libs/es6-promise/3.2.2/es6-promise.min.js',
'spec/template-tests/all.js'
'spec/template-tests/all.js',
'spec/lib/jsreporter.js'
]
},
testFull: {
Expand Down
Loading

0 comments on commit 14a98ac

Please sign in to comment.