mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
fix: handle case of implicit plugins/index.js files during migration (#22501)
* handle case of implicit index.js * fix test error message * fix test
This commit is contained in:
@@ -37,7 +37,7 @@ export async function _e2eTestScaffold (cleanupEmpty = true) {
|
||||
await fs.writeFile(
|
||||
OUTPUT_PATH,
|
||||
`/* eslint-disable */
|
||||
// Auto-generated by ${path.basename(__filename)}
|
||||
// Auto-generated by ${path.basename(__filename)} (run yarn gulp e2eTestScaffold)
|
||||
export const fixtureDirs = [
|
||||
${allDirs
|
||||
.map((dir) => ` '${path.basename(dir)}'`).join(',\n')}
|
||||
|
||||
Reference in New Issue
Block a user