Skip to content

Commit

Permalink
Update doesnt_crash.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 29, 2024
1 parent 5383971 commit bcab095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/js/bun/css/doesnt_crash.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("doesnt_crash", async () => {
console.log("Tempdir", temp_dir);

files.map(absolute => {
absolute = absolute.replaceAll("\\", "/");
const file = path.basename(absolute);
const outfile1 = path.join(temp_dir, "file-1" + file).replaceAll("\\", "/");
const outfile2 = path.join(temp_dir, "file-2" + file).replaceAll("\\", "/");
Expand Down

0 comments on commit bcab095

Please sign in to comment.