mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alias @grafana/test-utils for easier imports in tests
This commit is contained in:
committed by
Tom Ratcliffe
parent
c0cb36c9d6
commit
9ad87de0b8
@@ -11,14 +11,15 @@
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "./tsconfig.tsbuildinfo",
|
||||
"paths": {
|
||||
"@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"]
|
||||
"@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"],
|
||||
"@grafana/test-utils": ["./test/test-utils.tsx"]
|
||||
}
|
||||
},
|
||||
"extends": "@grafana/tsconfig/base.json",
|
||||
"include": [
|
||||
"public/app/**/*.ts*",
|
||||
"public/e2e-test/**/*.ts",
|
||||
"public/test/**/*.ts",
|
||||
"public/test/**/*.ts*",
|
||||
"public/vendor/**/*.ts",
|
||||
"packages/grafana-data/typings",
|
||||
"packages/grafana-ui/src/types"
|
||||
|
||||
Reference in New Issue
Block a user