We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adcd15 commit 43d9f4fCopy full SHA for 43d9f4f
packages/node_modules/overmind/src/ssr.test.ts
@@ -4,6 +4,7 @@ import {
4
IOnInitialize,
5
IConfig,
6
rehydrate,
7
+ json,
8
} from './'
9
import { IMutation } from 'proxy-state-tree'
10
@@ -78,7 +79,7 @@ describe('Mock', () => {
78
79
80
const overmind = new Overmind(config)
81
- expect(overmind.state).toEqual({
82
+ expect(json(overmind.state)).toEqual({
83
foo: 'bar2',
84
})
85
0 commit comments