Skip to content

Commit

Permalink
Update integration/compiler-mjs-cjs-output-test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
lpsinger and MichaelDeBoey authored Sep 7, 2023
1 parent d91e190 commit 3bf8e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/compiler-mjs-cjs-output-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
import * as fs from "node:fs";
import * as path from "node:path";

import { createFixtureProject, js, json } from "./helpers/create-fixture.js";
import { createFixtureProject, js } from "./helpers/create-fixture.js";

test.describe("", () => {
for (let [serverModuleExt, serverModuleFormat, exportStatement] of [
Expand Down

0 comments on commit 3bf8e52

Please sign in to comment.