Files
ota-admin-portal/src/components/Controls/DownloadFileLink/__snapshots__/index.test.jsx.snap
John Wu 56bef0c34d CEC-749 Generate cert UI (#141)
* Add Create Certificate page

* Tests

* Update permission check

* Use Azure
2022-04-18 16:50:51 -07:00

12 lines
154 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`DownloadFileLink Render 1`] = `
<div>
<a
download="test.txt"
>
test.txt
</a>
</div>
`;