diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:08:22 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:08:22 +1000 |
commit | 975c414434ee08622126bdeb4060532029413c18 (patch) | |
tree | a46b7f33a150963f6b8d3515225574610325713f /cdn/jest/setup.js | |
parent | Merge branch 'master' into fix/claim_accounts (diff) | |
parent | Merge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff) | |
download | server-975c414434ee08622126bdeb4060532029413c18.tar.xz |
Merge remote-tracking branch 'upstream/staging' into fix/claim_accounts
Diffstat (limited to 'cdn/jest/setup.js')
-rw-r--r-- | cdn/jest/setup.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cdn/jest/setup.js b/cdn/jest/setup.js deleted file mode 100644 index abc485ae..00000000 --- a/cdn/jest/setup.js +++ /dev/null @@ -1,2 +0,0 @@ -jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); -jest.spyOn(global.console, "info").mockImplementation(() => jest.fn()); |