1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-22 01:27:47 +07:00
verdaccio-ui/test/unit/webui/components/__snapshots__/readme.spec.js.snap

6 lines
308 B
Plaintext
Raw Normal View History

2019-04-05 02:23:40 +07:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Readme /> component should dangerously set html 1`] = `"<div class=\\"markdown-body\\"><h1>This is a test string</h1></div>"`;
exports[`<Readme /> component should load the component in default state 1`] = `"<div class=\\"markdown-body\\">test</div>"`;