From 015f0a6e9aebe04dcc54dce4d000c0ecec5547b3 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 12 Sep 2023 15:53:55 +0300 Subject: fix up with `prettier` (#5092) --- test/js/node/path/path.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/js/node/path/path.test.js') diff --git a/test/js/node/path/path.test.js b/test/js/node/path/path.test.js index f18e5c72d..26b6a3b6d 100644 --- a/test/js/node/path/path.test.js +++ b/test/js/node/path/path.test.js @@ -822,7 +822,7 @@ describe("path.parse and path.format", () => { ext: ".txt", name: "Ł", }, - } + }, ]; testCases.forEach(({ input, expected }) => { it(`case ${input}`, () => { -- cgit v1.2.3