Import: prevent recursion blowup in redux + reintroduce import e2e test (#52985)

* prevent recursion blowup in redux, attempt to reintroduce import e2e test

* try importing json like this instead?

* need the panel validation

* Update text so it finds Panel data instead of Dataframe JSON

* skip test for now
This commit is contained in:
Ashley Harrison
2022-08-01 12:53:31 +01:00
committed by GitHub
parent 784cfcf2b0
commit 6781041860
5 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"types": ["cypress"]
"types": ["cypress"],
"resolveJsonModule": true
},
"extends": "@grafana/tsconfig/base.json",
"include": ["**/*.ts"]