grafana/tests/api/clearState.test.ts
Torkel Ödegaard ead1c300d7
API Integration Tests via jest (#10899)
* tests: experiment with api tests

* api tests are getting nice

* api: api testing ready for feedback
2018-02-14 10:26:20 +01:00

8 lines
146 B
TypeScript

import * as setup from './setup';
describe.skip('clear state', () => {
it('will clear state', () => {
return setup.clearState();
});
});