fix(core): update

This commit is contained in:
2019-06-04 13:59:54 +02:00
parent 4c001f5270
commit 2e851cbabc
9 changed files with 329 additions and 112 deletions

View File

@ -5,7 +5,9 @@ import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
// the module to test
process.exit(0);
if (process.env.CI) {
process.exit(0);
}
let testSmartchok: smartchok.Smartchok;
let testAddObservable: smartrx.rxjs.Observable<any>;