Skip to content

Commit 165628b

Browse files
committed
webapp/cypress: simplify conf
1 parent e974c72 commit 165628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/cypress.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
e2e: {
77
baseUrl: "http://localhost:8081/",
88
projectId: "aps8et", // to get recordings on Cypress Cloud
9-
setupNodeEvents(on) {
9+
setupNodeEvents: (on) => {
1010
on("task", {
1111
readdir: async (p: string) =>
1212
(await fs.readdir(p)).map((filename) => path.join(p, filename)),

0 commit comments

Comments
 (0)