Skip to content

Commit fae6cb6

Browse files
test(overmind): fix broken test
1 parent ec76f39 commit fae6cb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/node_modules/overmind/src/ssr.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
json,
99
rehydrate,
1010
} from './'
11-
import { IS_JSON } from './utils'
1211

1312
describe('Mock', () => {
1413
test('should allow changing the state', () => {
@@ -82,8 +81,7 @@ describe('Mock', () => {
8281
const overmind = new Overmind(config)
8382

8483
expect(json(overmind.state)).toEqual({
85-
foo: 'bar2',
86-
[IS_JSON]: overmind.state
84+
foo: 'bar2'
8785
})
8886
})
8987
})

0 commit comments

Comments
 (0)