grafana/toolkit: Support js plugins (#19952)

* Making flowchart work

* Enable testEnvironment jest option

* Add babel-jest to grafana-toolkit

* Fix test

* Resolve either js or ts jest setup files

* Update packages/grafana-toolkit/src/config/jest.plugin.config.ts

* Update packages/grafana-toolkit/src/config/webpack.plugin.config.ts
This commit is contained in:
Dominik Prokop
2019-10-22 23:23:37 +02:00
committed by GitHub
parent 64e609e19e
commit 8e824f0b25
5 changed files with 291 additions and 62 deletions

View File

@@ -44,6 +44,7 @@
"@types/webpack": "4.4.34",
"aws-sdk": "^2.495.0",
"axios": "0.19.0",
"babel-jest": "24.8.0",
"babel-loader": "8.0.6",
"babel-plugin-angularjs-annotate": "0.10.0",
"chalk": "^2.4.2",