small fixes that i made on the train
This commit is contained in:
parent
7d4adf314d
commit
6e9f990d5c
@ -148,7 +148,7 @@ gulp.task('dev', ['build:test'], function () {
|
|||||||
gulp.task('test', ['build:test'], function () {
|
gulp.task('test', ['build:test'], function () {
|
||||||
var testfiles = files.test
|
var testfiles = files.test
|
||||||
if (typeof Promise === 'undefined') {
|
if (typeof Promise === 'undefined') {
|
||||||
testfiles = ['./node_modules/promise-polyfill/Promise.js'].concat(testfiles)
|
testfiles.concat(['src/polyfills.js'])
|
||||||
}
|
}
|
||||||
return gulp.src(testfiles)
|
return gulp.src(testfiles)
|
||||||
.pipe(jasmine({
|
.pipe(jasmine({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user