15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`can be implemented by object types 1`] = `
|
|
Object {
|
|
"data": Object {
|
|
"user": Object {
|
|
"id": "User:1",
|
|
"name": "Test User",
|
|
},
|
|
},
|
|
}
|
|
`;
|
|
|
|
exports[`throws if the arg is not provided to the type 1`] = `"You must provide a \\"type\\" for the arg()"`;
|