mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: introduce Tooltip to React graph (#20046)
This commit is contained in:
@@ -21,7 +21,8 @@ module.exports = {
|
||||
],
|
||||
"setupFiles": [
|
||||
"./public/test/jest-shim.ts",
|
||||
"./public/test/jest-setup.ts"
|
||||
"./public/test/jest-setup.ts",
|
||||
"jest-canvas-mock"
|
||||
],
|
||||
"snapshotSerializers": ["enzyme-to-json/serializer"],
|
||||
"globals": { "ts-jest": { "isolatedModules": true } },
|
||||
|
||||
Reference in New Issue
Block a user