2019-09-23 09:28:27 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2020-11-14 03:19:15 +08:00
|
|
|
exports[`can be implemented by object types 1`] = `
|
2019-09-23 09:28:27 +08:00
|
|
|
Object {
|
|
|
|
|
"data": Object {
|
|
|
|
|
"user": Object {
|
|
|
|
|
"id": "User:1",
|
|
|
|
|
"name": "Test User",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
2020-11-14 03:19:15 +08:00
|
|
|
exports[`throws if the arg is not provided to the type 1`] = `"You must provide a \\"type\\" for the arg()"`;
|