Skip to content

Commit e6fe2dc

Browse files
committed
Update test envireonment and dynamicss version
1 parent 73c76df commit e6fe2dc

File tree

4 files changed

+24032
-22945
lines changed

4 files changed

+24032
-22945
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const config = {
66
preset: "ts-jest",
77
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
88
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node", "d.ts"],
9-
"moduleNameMapper": {
10-
"^.+\\.(css|less|scss)$": "identity-obj-proxy"
9+
moduleNameMapper: {
10+
"^.+\\.(css|less|scss)$": "identity-obj-proxy",
1111
},
12-
testEnvironment: "jsdom"
12+
testEnvironment: "jsdom",
1313
};
14-
module.exports =config;
14+
module.exports = config;

0 commit comments

Comments
 (0)