Skip to content

Commit

Permalink
[PM-14419] Use existing fixed test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-melton committed Feb 6, 2025
1 parent 5b04637 commit bd40c50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Jest needs to run in custom environment to mock Request/Response objects
* @jest-environment ./src/tests/fix-fetch-jsdom-environment.ts
* @jest-environment ../../libs/shared/test.environment.ts
*/

import { mock } from "jest-mock-extended";
Expand Down
15 changes: 0 additions & 15 deletions libs/vault/src/tests/fix-fetch-jsdom-environment.ts

This file was deleted.

0 comments on commit bd40c50

Please sign in to comment.