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

pull/16792/head
Marcus Efraimsson 6 years ago committed by Torkel Ödegaard
parent 62b85a886e
commit c2530be07d
  1. 1
      jest.config.js

@ -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 } },
}; };

Loading…
Cancel
Save