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

This commit is contained in:
Marcus Efraimsson 2019-04-26 19:14:48 +02:00 committed by Torkel Ödegaard
parent 62b85a886e
commit c2530be07d

View File

@ -23,4 +23,5 @@ module.exports = {
"./public/test/jest-setup.ts"
],
"snapshotSerializers": ["enzyme-to-json/serializer"],
"globals": { "ts-jest": { "isolatedModules": true } },
};