diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-24 15:19:21 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-24 15:19:21 -0400 |
| commit | 072eca0e5038a7755ca9b2c94dfe1a0c3f110968 (patch) | |
| tree | a6c54e1503baf665ad0eeaeaad6d2a2b7ba3ba39 /frontend/__tests__/__snapshots__/Signup.test.js.snap | |
| parent | b294a6fa500b165aae86afbad5fce49a02314b0d (diff) | |
colocate queries and components
Diffstat (limited to 'frontend/__tests__/__snapshots__/Signup.test.js.snap')
| -rw-r--r-- | frontend/__tests__/__snapshots__/Signup.test.js.snap | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/__tests__/__snapshots__/Signup.test.js.snap b/frontend/__tests__/__snapshots__/Signup.test.js.snap index 536c1d8..b3c057e 100644 --- a/frontend/__tests__/__snapshots__/Signup.test.js.snap +++ b/frontend/__tests__/__snapshots__/Signup.test.js.snap @@ -3,6 +3,7 @@ exports[`<Signup/> renders and matches snapshot 1`] = ` <form className="sc-bdVaJa LHejR" + method="post" onSubmit={[Function]} > <fieldset @@ -24,7 +25,7 @@ exports[`<Signup/> renders and matches snapshot 1`] = ` onChange={[Function]} placeholder="email" type="text" - value="wesbos@gmail.com" + value="" /> </label> <label @@ -36,7 +37,7 @@ exports[`<Signup/> renders and matches snapshot 1`] = ` onChange={[Function]} placeholder="name" type="text" - value="Wes Bos" + value="" /> </label> <label @@ -50,7 +51,7 @@ exports[`<Signup/> renders and matches snapshot 1`] = ` onChange={[Function]} placeholder="password" type="password" - value="wes" + value="" /> </label> <button |
