grafana/packages/grafana-e2e/test/cypress/integration/0.cli.ts
Steven Vachon 10715a1c79
@grafana/e2e: added tests (#25836)
* Use at least cypress@4.9

... which has [arguably] better TypeScript definitions

* Updated lockfile

* Added tests for CLI and API

* Minor changes
2020-06-25 13:17:45 -04:00

4 lines
78 B
TypeScript

describe('CLI', () => {
it('compiles this file and runs it', () => {});
});