Skip to content

Commit 6eab3d1

Browse files
committed
ci: hopefully lint
1 parent 0daaf68 commit 6eab3d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

html-web-page/cypress.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
reporter: 'junit',
77
reporterOptions: {
88
mochaFile: 'html-web-page-cypress-report.xml',
9-
toConsole: true
9+
toConsole: true,
1010
},
1111
e2e: {
1212
baseUrl: `http://localhost:${port}`,

react-app/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
reporter: 'junit',
99
reporterOptions: {
1010
mochaFile: 'react-app-cypress-report.xml',
11-
toConsole: true
11+
toConsole: true,
1212
},
1313
e2e: {
1414
supportFile: false,

rest-api-with-express/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = defineConfig({
66
reporter: 'junit',
77
reporterOptions: {
88
mochaFile: 'rest-api-with-express-cypress-report.xml',
9-
toConsole: true
9+
toConsole: true,
1010
},
1111
e2e: {
1212
baseUrl: `http://localhost:${port}`,

rest-api-with-fastify/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
reporter: 'junit',
77
reporterOptions: {
88
mochaFile: 'rest-api-with-fastify-cypress-report.xml',
9-
toConsole: true
9+
toConsole: true,
1010
},
1111
e2e: {
1212
baseUrl: `http://localhost:${port}`,

0 commit comments

Comments
 (0)