Revision 3ce45e715412a95fb0a30209ddaf18faa2db83dc authored by Peter Holmberg on 17 January 2019, 11:57:15 UTC, committed by Peter Holmberg on 17 January 2019, 11:57:15 UTC
1 parent 736db86
Raw File
clearState.test.ts
import * as setup from './setup';

describe.skip('clear state', () => {
  it('will clear state', () => {
    return setup.clearState();
  });
});
back to top