* refactor: 💡 rewrite enzyme tests in react-testing-library * fix: 🐛 remove enzyme imports from frame-runner.js * chore: 🤖 install and add enzyme imports to frame-runner.js back
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<BlockSaveButton /> snapshot 1`] = `
|
|
<div>
|
|
<button
|
|
class="btn btn-primary btn-block"
|
|
type="submit"
|
|
>
|
|
Save
|
|
</button>
|
|
</div>
|
|
`;
|