Skip to content

Commit

Permalink
link PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 10, 2022
1 parent 7bf9908 commit c7ed620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/angular/test-env.js
Expand Up @@ -7,6 +7,7 @@ const {
module.exports = class AngularEnv extends JSDOMTestEnvironment {
exportConditions() {
// we need to include `node` as `rxjs` defines `node`, `es2015`, `default`, not `browser` or `require`
// https://github.com/ReactiveX/rxjs/pull/6821
return super.exportConditions().concat('node');
}
};

0 comments on commit c7ed620

Please sign in to comment.