mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 13:36:42 +03:00
* fix(deps): update all non-major dependencies * Update snapshots * Update snpashots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
36 lines
513 B
Plaintext
36 lines
513 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`Helpers extract 1`] = `
|
|
{
|
|
"__serializedType__": "testType",
|
|
"data": {
|
|
"testData": "test",
|
|
},
|
|
}
|
|
`;
|
|
|
|
exports[`Helpers mark 1`] = `
|
|
{
|
|
"__serializedType__": "testType",
|
|
"data": {
|
|
"testData": "test",
|
|
},
|
|
}
|
|
`;
|
|
|
|
exports[`Helpers mark 2`] = `
|
|
{
|
|
"__serializedType__": "testType",
|
|
"data": "[object Object]",
|
|
}
|
|
`;
|
|
|
|
exports[`Helpers refer 1`] = `
|
|
{
|
|
"__serializedType__": "testType",
|
|
"data": {
|
|
"testData": "test",
|
|
},
|
|
}
|
|
`;
|