chromatic-lattice/jest.config.js

8 lines
156 B
JavaScript
Raw Normal View History

2022-06-23 16:02:44 +00:00
module.exports = {
2022-06-26 16:30:34 +00:00
preset: "vite-jest",
testEnvironment: "jest-environment-jsdom",
moduleNameMapper: {
"^./../([^.].*)$": "$1"
2022-06-26 16:30:34 +00:00
}
2022-06-23 16:02:44 +00:00
};