Repository URL to install this package:
|
Version:
3.0.5 ▾
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`composition should work with getTyped 1`] = `
Object {
"falsish": false,
"list": Array [],
"moose": true,
"name": "eh",
"nil": undefined,
"nothere": "",
"obj": Object {
"canada": Array [
10,
20,
],
"falsish": "false",
"moose": "true",
"name": "eh",
"nested": Object {
"nil": undefined,
},
"price": "10.1",
},
}
`;