Commit c2530be0 by Marcus Efraimsson Committed by Torkel Ödegaard

Build: Use isolated modules for ts-jest (#16786)

parent 62b85a88
...@@ -23,4 +23,5 @@ module.exports = { ...@@ -23,4 +23,5 @@ module.exports = {
"./public/test/jest-setup.ts" "./public/test/jest-setup.ts"
], ],
"snapshotSerializers": ["enzyme-to-json/serializer"], "snapshotSerializers": ["enzyme-to-json/serializer"],
"globals": { "ts-jest": { "isolatedModules": true } },
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment