Skip to content

Commit

Permalink
Undo test fixture change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsee55 committed Jul 5, 2024
1 parent c201632 commit 18927d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ function resetFileIOMocks() {

afterEach(resetFileIOMocks);

const unitTests2 = [{ testName: 'browser-remappings-string', isRoot: false }];

for (const { testName, isRoot } of unitTests2) {
for (const { testName, isRoot } of unitTests) {
const testSuffix = `${testName} from ${isRoot ? 'root' : 'cwd'}`;
if (
process.platform === 'win32' &&
Expand Down

0 comments on commit 18927d8

Please sign in to comment.