mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
34 lines
579 B
Plaintext
34 lines
579 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`store:index 1`] = `
|
|
Object {
|
|
"disableState": Object {},
|
|
"storeType": "RendererStore",
|
|
"visibleState": Object {},
|
|
}
|
|
`;
|
|
|
|
exports[`store:index 2`] = `
|
|
Object {
|
|
"disableState": Object {},
|
|
"storeType": "RendererStore",
|
|
"visibleState": Object {},
|
|
}
|
|
`;
|
|
|
|
exports[`store:index 3`] = `
|
|
Object {
|
|
"disableState": Object {},
|
|
"storeType": "RendererStore",
|
|
"visibleState": Object {},
|
|
}
|
|
`;
|
|
|
|
exports[`store:index 4`] = `
|
|
Object {
|
|
"disableState": Object {},
|
|
"storeType": "RendererStore",
|
|
"visibleState": Object {},
|
|
}
|
|
`;
|