diff options
author | 2024-07-10 01:53:48 +0100 | |
---|---|---|
committer | 2024-07-10 01:53:48 +0100 | |
commit | de67bbd6c99bc11807eea4bbc3cd45d3a6b25027 (patch) | |
tree | ae7f587892c767313010a099372cb2b739a82f1f /src/setupTests.ts | |
parent | Update CODEOWNERS (diff) | |
parent | Reconfigure Sentry with new features (diff) |
Merge pull request #635 from python-discord/jb3/deps/dep-bumps
Dependency bumps
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r-- | src/setupTests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts index 6a69409..d0de870 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -1 +1 @@ -import "@testing-library/jest-dom/extend-expect"; +import "@testing-library/jest-dom"; |