Skip to content

Commit

Permalink
Disabled swc coverage as it is currently broken
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Jul 13, 2023
1 parent 06d5c9d commit 0d85497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export default async (phase, { defaultConfig }) => {
if (/true|y|yes/i.test(process.env.CYPRESS || '')) {
conf.experimental = {
swcPlugins: [
['swc-plugin-coverage-instrument', {}],
// Currently broken with latest nextjs version
// ['swc-plugin-coverage-instrument', {}],
],
};
}
Expand Down

0 comments on commit 0d85497

Please sign in to comment.