joyent-portal/packages/my-joyent/src/components/home/__tests__/__snapshots__/home.spec.js.snap

29 lines
518 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders <Home /> without throwing 1`] = `
<MemoryRouter>
<Home
filters={
Object {
"cost": Object {
"max": 0.525,
"min": 0.016,
},
"cpu": Object {
"max": 3.25,
"min": 0.25,
},
"disk": Object {
"max": 107.26,
"min": 0.01,
},
"ram": Object {
"max": 50.688,
"min": 0.256,
},
}
}
/>
</MemoryRouter>
`;