Skip to content

Commit c1860de

Browse files
author
huanfeng
committed
Run prettier
1 parent 64218dd commit c1860de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/adminPage.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test.describe.serial("Admin Page", () => {
3636
})
3737
test.afterAll(async () => {
3838
// Close the browser instance after all tests
39-
await browser.close()
39+
await browser.close()
4040
})
4141

4242
test("should allow adding a report", async () => {

0 commit comments

Comments
 (0)