mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:52:30 +08:00
Build: Use isolated modules for ts-jest (#16786)
This commit is contained in:

committed by
Torkel Ödegaard

parent
62b85a886e
commit
c2530be07d
@ -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 } },
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user