1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/backend-core/src/migrations/tests/__snapshots__/index.spec.js.snap

12 lines
290 B
Plaintext
Raw Normal View History

2021-10-27 03:47:36 +13:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`migrations should match snapshot 1`] = `
Object {
"_id": "migrations",
2022-03-31 03:43:18 +13:00
"_rev": "1-a32b0b708e59eeb006ed5e063cfeb36a",
"createdAt": "2020-01-01T00:00:00.000Z",
"test": 1577836800000,
"updatedAt": "2020-01-01T00:00:00.000Z",
2021-10-27 03:47:36 +13:00
}
`;