Skip to content

Commit

Permalink
Rename support files to end in _FIXTURE.js
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Jan 8, 2025
1 parent 1d7a293 commit 40635b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// |reftest| skip -- support file
import "./bug1693261-async.mjs";
import "./bug1693261-async_FIXTURE.js";
if (globalThis.testArray === undefined) {
globalThis.testArray = [];
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// |reftest| skip -- support file
import "./bug1693261-async.mjs";
import "./bug1693261-async_FIXTURE.js";
if (globalThis.testArray === undefined) {
globalThis.testArray = [];
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// |reftest| skip -- support file
import "./bug1693261-c1.mjs";
import "./bug1693261-c1_FIXTURE.js";
if (globalThis.testArray === undefined) {
globalThis.testArray = [];
}
Expand Down

0 comments on commit 40635b5

Please sign in to comment.