aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alex Lam S.L <alexlamsl@gmail.com> 2023-09-12 15:53:55 +0300
committerGravatar GitHub <noreply@github.com> 2023-09-12 05:53:55 -0700
commit015f0a6e9aebe04dcc54dce4d000c0ecec5547b3 (patch)
treeb796f7e1e14ce67bfbe180bd87f9e3bf974dedd2
parent07a6443a80d57c2aaa958bafba091bf4f9e88ca8 (diff)
downloadbun-015f0a6e9aebe04dcc54dce4d000c0ecec5547b3.tar.gz
bun-015f0a6e9aebe04dcc54dce4d000c0ecec5547b3.tar.zst
bun-015f0a6e9aebe04dcc54dce4d000c0ecec5547b3.zip
fix up with `prettier` (#5092)
-rw-r--r--test/js/node/path/path.test.js2
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}`, () => {