Skip to content
Snippets Groups Projects
Commit 6e9f990d authored by DadaMonad's avatar DadaMonad
Browse files

small fixes that i made on the train

parent 7d4adf31
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ gulp.task('dev', ['build:test'], function () {
gulp.task('test', ['build:test'], function () {
var testfiles = files.test
if (typeof Promise === 'undefined') {
testfiles = ['./node_modules/promise-polyfill/Promise.js'].concat(testfiles)
testfiles.concat(['src/polyfills.js'])
}
return gulp.src(testfiles)
.pipe(jasmine({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment