mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 16:35:42 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
module.exports = {
|
|
preset: "vite-jest",
|
|
testEnvironment: "jest-environment-jsdom",
|
|
moduleNameMapper: {
|
|
"^./../(.*)$": "$1"
|
|
}
|
|
};
|