Created
July 19, 2016 15:12
-
-
Save just-boris/546ad9d876ccfbf18fa2ad9f62a52c36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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