Skip to content

Commit

Permalink
pkp/orcidProfile#216 Update cypess
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 17, 2022
1 parent 6a0a2a0 commit 00c60a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = defineConfig({
"defaultGenre": "Article Text"
},
setupNodeEvents(on, config) {
on('<event>', (arg1, arg2) => {
on('<event>', (arg1,i arg2) => {
})
},

Expand All @@ -30,4 +30,4 @@ module.exports = defineConfig({
"numTestsKeptInMemory": 0
},

}
})

0 comments on commit 00c60a8

Please sign in to comment.