Skip to content

Commit 1220a00

Browse files
committed
Fix lint warning.
1 parent ae7daf2 commit 1220a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reactor-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ describe('Reactor', () => {
10101010
initialize() {
10111011
this.on('add', (state, item) => state.push(toImmutable(item)))
10121012
this.on('error', (state, payload) => {
1013-
throw new Error('store error');
1013+
throw new Error('store error')
10141014
})
10151015
},
10161016
}),

0 commit comments

Comments
 (0)