Skip to content

Commit

Permalink
#21 returned promise in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Apr 11, 2015
1 parent c0781f7 commit b70d644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"es6-promise": "^2.0.1",
"gulp-sourcemaps": "^1.5.1",
"mocha": "^2.2.1",
"proxyquire": "^1.4.0",
Expand Down
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* global it, afterEach, describe, Promise */

require('es6-promise').polyfill()
var assert = require('assert')
var gutil = require('gulp-util')
var sourceMaps = require('gulp-sourcemaps')
Expand Down

0 comments on commit b70d644

Please sign in to comment.