Add snapshot testing

This commit is contained in:
2023-11-21 14:48:09 +07:00
parent 04ef95754c
commit 9ff60a7770
17 changed files with 944 additions and 0 deletions
@@ -0,0 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Search testing snapshot render 1`] = `
<input
className="sc-bdnyFh eAgOPb"
onChange={[Function]}
placeholder="Search placeholder..."
/>
`;