Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jul 17, 2023
1 parent a2ea731 commit 1c353f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "node:fs/promises";
import { fileURLToPath } from "node:url";
import prettier from "prettier";
import synchronizedPrettier, { createSynchronizedPrettier } from "./index.cjs";
import fakePrettier from './a-fake-prettier-to-test.cjs'
import fakePrettier from "./a-fake-prettier-to-test.cjs";

test("format", async () => {
const code = await fs.readFile("./index.cjs", "utf8");
Expand Down

0 comments on commit 1c353f3

Please sign in to comment.