Skip to content

Commit f2de8e2

Browse files
committed
format
1 parent 330133a commit f2de8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/plugins/resolve.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe("openNextResolvePlugin", () => {
214214
await writeFile(
215215
join(pkgDir, "package.json"),
216216
JSON.stringify({ name: "@test-pkg/wrapper", main: "index.js" }),
217-
"utf-8",
217+
"utf-8"
218218
);
219219
await writeFile(join(pkgDir, "index.js"), "module.exports = {};", "utf-8");
220220

0 commit comments

Comments
 (0)