Skip to content

Commit

Permalink
Update cypress.config.ts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis authored Aug 30, 2024
1 parent db76669 commit 9e73d13
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions examples/happo/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,8 @@ module.exports = defineConfig({
async setupNodeEvents(cyOn, config) {
const on = patchCypressOn(cyOn);
happoTask.register(on, config);
const result = await cloudPlugin(on, config);
return result;
return await cloudPlugin(on, config);
},
},

component: {
specPattern: ["pages/__tests__/*.spec.tsx"],
async setupNodeEvents(on, config) {
const result = await cloudPlugin(on, config);
return result;
},
devServer: {
framework: "next",
bundler: "webpack",
},
},
});

0 comments on commit 9e73d13

Please sign in to comment.