mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-04 11:00:39 -05:00
workflow: test migrator / vue 3 scenarios with verdaccio (#6071)
This commit is contained in:
@@ -10,6 +10,16 @@ if (args.p) {
|
||||
rawArgs.splice(i, 2)
|
||||
}
|
||||
|
||||
const e2ePathPattern = 'Migrator|Vue3'
|
||||
|
||||
if (args['e2e-only']) {
|
||||
regex = e2ePathPattern
|
||||
const i = rawArgs.indexOf('--e2e-only')
|
||||
rawArgs.splice(i, 2)
|
||||
} else {
|
||||
rawArgs.push('--testPathIgnorePatterns', e2ePathPattern)
|
||||
}
|
||||
|
||||
const jestArgs = [
|
||||
'--env', 'node',
|
||||
'--runInBand',
|
||||
|
||||
Reference in New Issue
Block a user