jest.config.js in enroute-0.0.5 vs jest.config.js in enroute-0.0.6
- old
+ new
@@ -1,3 +1,4 @@
module.exports = {
- transform: {"\\.ts$": ["ts-jest"]}
+ transform: { "\\.ts$": ["ts-jest"] },
+ testEnvironment: "jest-environment-jsdom",
};
- old
+ new