1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
budibase/packages/server/middleware/routes/neo/tests/__snapshots__/view.spec.js.snap
2020-04-15 15:25:10 +01:00

16 lines
394 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`/views fetch returns a list of all the views that exist in the instance database 1`] = `
Object {
"all_89baeed104b7f2e3fd977e9bc2039d5c": Object {
"map": "function (doc) {
emit([doc.modelId], doc._id);
}",
},
"by_type": Object {
"map": "function (doc) {
emit([doc.type], doc._id);
}",
},
}
`;