aboutsummaryrefslogtreecommitdiffstats
path: root/src/setupTests.ts
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 18:01:50 +0100
committerGravatar GitHub <[email protected]>2020-10-12 18:01:50 +0100
commit24d2daa318c412ffb0ec7c67328bd3fb5d6afe30 (patch)
tree91b9ac7c643b5698ad0b75ddfac8524545658e5d /src/setupTests.ts
parentMerge pull request #24 from python-discord/sentry/remove-tracing (diff)
parentUse location instead of document.location in callback (diff)
Merge pull request #25 from python-discord/tests/increase-coverage
Increase test coverage
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r--src/setupTests.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts
index 74b1a27..4dc2c73 100644
--- a/src/setupTests.ts
+++ b/src/setupTests.ts
@@ -1,5 +1,2 @@
-// jest-dom adds custom jest matchers for asserting on DOM nodes.
-// allows you to do things like:
-// expect(element).toHaveTextContent(/react/i)
-// learn more: https://github.com/testing-library/jest-dom
+
import '@testing-library/jest-dom/extend-expect';