mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
ead1c300d7
* tests: experiment with api tests * api tests are getting nice * api: api testing ready for feedback
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import * as setup from './setup';
|
|
|
|
describe.skip('clear state', () => {
|
|
it('will clear state', () => {
|
|
return setup.clearState();
|
|
});
|
|
});
|