Skip to content

Commit

Permalink
Transpile specs to work with PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 2, 2017
1 parent 17127f9 commit e78d2be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.coffee
Expand Up @@ -32,6 +32,8 @@ module.exports = ->
spec:
options:
bare: true
transpile:
presets: ['es2015']
expand: true
cwd: 'spec'
src: ['**.coffee']
Expand Down

0 comments on commit e78d2be

Please sign in to comment.