Skip to content

Instantly share code, notes, and snippets.

@ricca509
Last active February 22, 2017 11:02
Show Gist options
  • Save ricca509/521ab1a4d781643edb9f8fdc187f1222 to your computer and use it in GitHub Desktop.
Save ricca509/521ab1a4d781643edb9f8fdc187f1222 to your computer and use it in GitHub Desktop.
snapshot-serialisable-result.snap
exports[`Snapshot tests work with arrays 1`] = `
Array [
"a",
5,
[Function],
]
`;
exports[`Snapshot tests work with objects 1`] = `
Object {
"a": 234,
"b": "test",
"c": null,
"d": undefined,
}
`;
exports[`Snapshot tests work with strings 1`] = `"This is a test"`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment