We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec76f39 commit fae6cb6Copy full SHA for fae6cb6
packages/node_modules/overmind/src/ssr.test.ts
@@ -8,7 +8,6 @@ import {
8
json,
9
rehydrate,
10
} from './'
11
-import { IS_JSON } from './utils'
12
13
describe('Mock', () => {
14
test('should allow changing the state', () => {
@@ -82,8 +81,7 @@ describe('Mock', () => {
82
81
const overmind = new Overmind(config)
83
84
expect(json(overmind.state)).toEqual({
85
- foo: 'bar2',
86
- [IS_JSON]: overmind.state
+ foo: 'bar2'
87
})
88
89
0 commit comments