Skip to content

Commit

Permalink
fix: also skip use-validate.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 20, 2023
1 parent 3f3036f commit 7aa7231
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/quasar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ export async function test(options: RunOptions) {
await fs.promises.writeFile(
cypressConfigPath,
cypressConfigFile +
`\nmodule.exports.component.excludeSpecPattern = '../src/components/**/QSelect.cy.js'\n`,
`
module.exports.component.excludeSpecPattern = [
'../src/components/**/QSelect.cy.js',
'../src/composables/**/use-validate.cy.js'
]
`,
'utf-8',
)
},
Expand Down

0 comments on commit 7aa7231

Please sign in to comment.