Skip to content

Commit c0c9d3f

Browse files
committed
test(e2e): change base url
1 parent 60115d7 commit c0c9d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default defineConfig({
99
setupNodeEvents: function (on, config) {
1010
return require('./cypress/plugins/index.js')(on, config)
1111
},
12-
baseUrl: 'http://localhost:3002',
12+
baseUrl: 'http://localhost:3000',
1313
},
1414
})

0 commit comments

Comments
 (0)