mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
small fixes that i made on the train
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user