Skip to content

Commit

Permalink
Test: Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Sep 12, 2020
1 parent 68e037f commit baf2aae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/__snapshots__/index.spec.js.snap
Expand Up @@ -1417,6 +1417,7 @@ Object {
"jest-dom/prefer-focus": "error",
"jest-dom/prefer-required": "error",
"jest-dom/prefer-to-have-attribute": "error",
"jest-dom/prefer-to-have-style": "error",
"jest-dom/prefer-to-have-text-content": "error",
"jsx-a11y/accessible-emoji": "error",
"jsx-a11y/alt-text": Array [
Expand Down Expand Up @@ -2417,15 +2418,16 @@ Object {
"symbol-description": "error",
"testing-library/await-async-query": "error",
"testing-library/await-async-utils": "error",
"testing-library/await-fire-event": "error",
"testing-library/no-await-sync-query": "error",
"testing-library/no-debug": "error",
"testing-library/no-dom-import": Array [
"error",
"react",
],
"testing-library/no-manual-cleanup": "error",
"testing-library/no-render-in-setup": "error",
"testing-library/no-wait-for-empty-callback": "error",
"testing-library/no-wait-for-snapshot": "error",
"testing-library/prefer-explicit-assert": "error",
"testing-library/prefer-find-by": "error",
"testing-library/prefer-presence-queries": "error",
Expand Down

0 comments on commit baf2aae

Please sign in to comment.