mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-27 01:28:56 -06:00
fix(e2e): end to end test(s) folder (#923)
There was one more typo with the "test" folder regarding e2e. It was preventing cypress from running properly.
This commit is contained in:
committed by
Evan You
parent
31cdc8636f
commit
852d26c698
@@ -112,7 +112,7 @@ module.exports = (api, {
|
||||
// delete all js files that have a ts file of the same name
|
||||
// and simply rename other js files to ts
|
||||
const jsRE = /\.js$/
|
||||
const excludeRE = /^test\/e2e\/|\.config\.js$/
|
||||
const excludeRE = /^tests\/e2e\/|\.config\.js$/
|
||||
const convertLintFlags = require('../lib/convertLintFlags')
|
||||
api.postProcessFiles(files => {
|
||||
for (const file in files) {
|
||||
|
||||
Reference in New Issue
Block a user