fix testing for rxjs

This commit is contained in:
Philipp Kunz 2017-01-20 18:38:02 +01:00
parent 74deee70a3
commit 78bebcda25
2 changed files with 4 additions and 4 deletions

4
dist/mod02/index.js vendored
View File

@ -29,7 +29,7 @@ let mocha = function (configArg) {
target: 'ES5',
emitDecoratorMetadata: true,
experimentalDecorators: true,
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
}),
plugins.gulpIstanbul({}),
plugins.gulpSourcemaps.write(),
@ -49,7 +49,7 @@ let mocha = function (configArg) {
target: 'ES5',
emitDecoratorMetadata: true,
experimentalDecorators: true,
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
}),
plugins.gulpInjectModules(),
plugins.gulpMocha(),

View File

@ -25,7 +25,7 @@ let mocha = function (configArg: INpmtsConfig) {
target: 'ES5',
emitDecoratorMetadata: true,
experimentalDecorators: true,
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
}),
plugins.gulpIstanbul({
}),
@ -50,7 +50,7 @@ let mocha = function (configArg: INpmtsConfig) {
target: 'ES5',
emitDecoratorMetadata: true,
experimentalDecorators: true,
lib: ['ES2015.Promise', 'ES5', 'ES2015.Generator', 'ES2015.Iterable']
lib: ['DOM', 'ES5', 'ES2015.Promise', 'ES2015.Generator', 'ES2015.Iterable']
}),
plugins.gulpInjectModules(),
plugins.gulpMocha(),