Skip to content

Instantly share code, notes, and snippets.

@just-boris
Created July 19, 2016 15:12
Show Gist options
  • Save just-boris/546ad9d876ccfbf18fa2ad9f62a52c36 to your computer and use it in GitHub Desktop.
Save just-boris/546ad9d876ccfbf18fa2ad9f62a52c36 to your computer and use it in GitHub Desktop.
beforeEach(function() {
global.localStorage = createLocalStorageMock();
this.server = new AxiosMock(axious);
this.store = createStore();
});
afterEach(function() {
this.server.restore();
delete global.localStorage;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment