Skip to content

Commit c7ed620

Browse files
committed
link PR
1 parent 7bf9908 commit c7ed620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/angular/test-env.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const {
77
module.exports = class AngularEnv extends JSDOMTestEnvironment {
88
exportConditions() {
99
// we need to include `node` as `rxjs` defines `node`, `es2015`, `default`, not `browser` or `require`
10+
// https://github.com/ReactiveX/rxjs/pull/6821
1011
return super.exportConditions().concat('node');
1112
}
1213
};

0 commit comments

Comments
 (0)