Skip to content

Commit

Permalink
Fix test case error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 17, 2018
1 parent 6e8f5a4 commit 9fea7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const store = require('../../dist/store');
const store = require('../dist/store');

test('Set localstorage', () => {
expect(store()).toEqual({})
Expand Down

0 comments on commit 9fea7f1

Please sign in to comment.