diff options
-rw-r--r-- | test/js/node/path/path.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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}`, () => { |