From 18927d8ee942f4f9b1ef72e74c63ac3955798726 Mon Sep 17 00:00:00 2001 From: Jeff See Date: Fri, 5 Jul 2024 10:26:30 -0700 Subject: [PATCH] Undo test fixture change --- test/unit.test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/unit.test.js b/test/unit.test.js index 7dad91e5..0bf62b1b 100644 --- a/test/unit.test.js +++ b/test/unit.test.js @@ -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' &&