Files
freeCodeCamp/client/src/components/formHelpers/__snapshots__/BlockSaveButton.test.js.snap

12 lines
195 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<BlockSaveButton /> snapshot 1`] = `
<button
className="btn btn-primary btn-block"
disabled={false}
type="submit"
>
Save
</button>
`;