mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 14:28:04 +00:00
Adding cypress + example test (#476)
This commit is contained in:
@@ -14,8 +14,15 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
"jsx": "react-jsx",
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"include": ["src", "public/static", ".storybook/**/*.ts", "public/analytics.js"],
|
||||
"include": [
|
||||
"src",
|
||||
"public/static",
|
||||
".storybook/**/*.ts",
|
||||
"public/analytics.js",
|
||||
"cypress"
|
||||
],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user