Skip to content

Commit

Permalink
[🔥AUDIT🔥] [fixoversight] Remove erroneous jest.mock call (#874)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:

Issue: XXX-XXXX

## Test plan:
`yarn test`

Author: somewhatabstract

Auditors: #frontend-infra-web

Required Reviewers:

Approved By:

Checks: ⌛ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ⏭  dependabot, ⌛ gerald, ⌛ Analyze (javascript)

Pull Request URL: #874
  • Loading branch information
somewhatabstract authored Aug 28, 2023
1 parent d031421 commit 3419405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/many-pillows-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {afterEachRestoreEnv} from "../after-each-restore-env";

jest.mock("../internal/jest-wrappers");

describe("#afterEachRestoreEnv", () => {
const EXISTS_1 = process.env.EXISTS_1;
const EXISTS_2 = process.env.EXISTS_2;
Expand Down

0 comments on commit 3419405

Please sign in to comment.