Skip to content

Commit 699472e

Browse files
committed
fix(tests): jest + root level test
1 parent 93b65d0 commit 699472e

File tree

4 files changed

+609
-77
lines changed

4 files changed

+609
-77
lines changed

Diff for: jest.config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ module.exports = {
66
"rootDir": "./src",
77
"testEnvironment": "jsdom",
88
"testPathIgnorePatterns": ["./build"],
9-
"preset": "ts-jest"
10-
}
9+
"preset": "ts-jest",
10+
"moduleNameMapper": {
11+
"\\.(css|less|sass|scss)$": "jest-transform-css"
12+
}
13+
}

0 commit comments

Comments
 (0)