This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
vendure
mirror of
https://github.com/vendure-ecommerce/vendure
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
test: Set Jest environment to "node" for all server tests
Michael Bromley
6 years ago
parent
8ac2e6ccee
commit
169ae564c0
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
packages/core/jest.config.js
1
0
packages/email-plugin/jest.config.js
+ 1
- 0
packages/core/jest.config.js
View File
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
},
},
},
+ testEnvironment: 'node',
};
};
+ 1
- 0
packages/email-plugin/jest.config.js
View File
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
},
},
},
+ testEnvironment: 'node',
};
};