diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-11 10:46:24 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-11 10:46:24 -0400 |
| commit | 8ccb0d93cdc064776454c929e15aa03129be37a3 (patch) | |
| tree | 109dd4fd595f15d25d2b3b27682c776123290ea2 /frontend/__tests__/__snapshots__/Signup.test.js.snap | |
| parent | 632af35d8a0871ca8c1041d0e14d63e2b457d168 (diff) | |
clean up
Diffstat (limited to 'frontend/__tests__/__snapshots__/Signup.test.js.snap')
| -rw-r--r-- | frontend/__tests__/__snapshots__/Signup.test.js.snap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/__tests__/__snapshots__/Signup.test.js.snap b/frontend/__tests__/__snapshots__/Signup.test.js.snap index d4d88a1..536c1d8 100644 --- a/frontend/__tests__/__snapshots__/Signup.test.js.snap +++ b/frontend/__tests__/__snapshots__/Signup.test.js.snap @@ -9,7 +9,9 @@ exports[`<Signup/> renders and matches snapshot 1`] = ` aria-busy={false} disabled={false} > - <DisplayError /> + <DisplayError + error={Object {}} + /> <h2> Sign Up for an Account </h2> |
