Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shahhussaindigitaljustice committed Jan 8, 2025
1 parent a684cd8 commit 6f04a09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ export default defineConfig({
taskTimeout: 60000,
e2e: {
setupNodeEvents(on) {

Check warning on line 14 in cypress.config.ts

View workflow job for this annotation

GitHub Actions / node build / Run the node build

'on' is defined but never used. Allowed unused args must match /res|next|^err|_/u
on('task', {
// reset: resetStubs,
})
// on('task', {
// })
},
baseUrl: 'http://localhost:3007',
excludeSpecPattern: '**/!(*.cy).ts',
Expand Down

0 comments on commit 6f04a09

Please sign in to comment.