Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 31832a7

Browse files
JiaLiPassionmhevery
authored andcommitted
fix(core): add rxjs test
1 parent 615a6c1 commit 31832a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ script:
2626
- node_modules/.bin/gulp lint
2727
- node_modules/.bin/gulp format:enforce
2828
- node_modules/.bin/gulp build
29+
- node_modules/.bin/gulp filesize
2930
- scripts/closure/closure_compiler.sh
3031
- node_modules/.bin/gulp promisetest
3132
- npm run test:phantomjs-single
@@ -35,4 +36,4 @@ script:
3536
- node_modules/.bin/karma start karma-build-sauce-selenium3-mocha.conf.js --single-run
3637
- node_modules/.bin/gulp test/node
3738
- node simple-server.js 2>&1> server.log&
38-
- node ./test/webdriver/test.sauce.js
39+
- node ./test/webdriver/test.sauce.js

Diff for: test/common_tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ import './zone-spec/sync-test.spec';
2121
import './zone-spec/fake-async-test.spec';
2222
import './zone-spec/proxy.spec';
2323
import './zone-spec/task-tracking.spec';
24-
// import './rxjs/rxjs.spec';
24+
import './rxjs/rxjs.spec';
2525

2626
Error.stackTraceLimit = Number.POSITIVE_INFINITY;

0 commit comments

Comments
 (0)