Skip to content

Commit

Permalink
fix: add tailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sajikix committed Feb 26, 2024
1 parent 58f11f9 commit 36748d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe("node-typescript", () => {
it("should get expected errors and warninigs", async () => {
const result = await runLintWithFixtures(
"node-typescript",
"presets/node-typescript-prettier.js"
"presets/node-typescript-prettier.js",
);
assert.deepStrictEqual(result, {
"ok.ts": {},
Expand Down

0 comments on commit 36748d9

Please sign in to comment.