We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf9908 commit c7ed620Copy full SHA for c7ed620
examples/angular/test-env.js
@@ -7,6 +7,7 @@ const {
7
module.exports = class AngularEnv extends JSDOMTestEnvironment {
8
exportConditions() {
9
// we need to include `node` as `rxjs` defines `node`, `es2015`, `default`, not `browser` or `require`
10
+ // https://github.com/ReactiveX/rxjs/pull/6821
11
return super.exportConditions().concat('node');
12
}
13
};
0 commit comments