fix(e2e): specify .nyc_output path as custom config setting (#7658)

* fix: specify .nyc_output path as custom config setting

* fix: coverage for mobile suite

* fix: pathing in playwright configs
This commit is contained in:
Jesse Mazzella
2024-04-01 11:29:47 -07:00
committed by GitHub
parent f98eb31956
commit 311ad0b87a
9 changed files with 32 additions and 27 deletions

View File

@ -16,7 +16,6 @@ config.module.rules.push({
loader: 'babel-loader',
options: {
retainLines: true,
// eslint-disable-next-line no-undef
plugins: [
[
'babel-plugin-istanbul',