Skip to content

Commit

Permalink
Change browser string test to a string value
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsee55 committed Jul 9, 2024
1 parent 18927d8 commit 1d48d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion test/unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ function resetFileIOMocks() {

afterEach(resetFileIOMocks);

for (const { testName, isRoot } of unitTests) {
const unitTests2 = [{ testName: 'browser-remappings-string', isRoot: false }];

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d48d95

Please sign in to comment.