cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Usage of transform-class-properties in Code Coverage section

Open cajones314 opened this issue 2 years ago • 0 comments

Subject

Coverage

Description

The code coverage sections shows a babel config using the "transform-class-properties". This package no longer works with Babel v7 and higher, and according to Babel documentation you should use this plugin instead: "@babel/plugin-proposal-class-properties"

There isn't good references on the web to this issue, so removing or noting that newer Babel versions use a different plugin will save devs a lot of time troubleshooting.

cajones314 avatar Mar 24 '23 19:03 cajones314