1
0
Fork 0
forked from OpenNeo/impress
impress/src/server/query-tests/__snapshots__/Pet.test.js.snap
2020-05-23 13:55:59 -07:00

41 lines
656 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Pet looks up a pet 1`] = `
Object {
"petOnNeopetsDotCom": Object {
"color": Object {
"id": "75",
},
"items": Array [
Object {
"id": "37229",
},
Object {
"id": "37375",
},
Object {
"id": "38911",
},
Object {
"id": "38912",
},
Object {
"id": "38913",
},
Object {
"id": "43014",
},
Object {
"id": "43397",
},
Object {
"id": "48313",
},
],
"pose": "SAD_MASC",
"species": Object {
"id": "54",
},
},
}
`;