CLI: Search perf test data (#17422)

* Search perf testdata cli task

* Test index

* REmoved test index
This commit is contained in:
Torkel Ödegaard
2019-06-06 10:05:08 +02:00
committed by GitHub
parent 606825703f
commit ad3f9c6663
3 changed files with 127 additions and 1 deletions

View File

@@ -150,7 +150,7 @@
"typecheck": "tsc --noEmit",
"jest": "jest --notify --watch",
"e2e-tests": "jest --runInBand --config=jest.config.e2e.js",
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
"storybook": "cd packages/grafana-ui && yarn storybook",
"storybook:build": "cd packages/grafana-ui && yarn storybook:build",
"themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",