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:
Barthélémy Ledoux
2018-03-02 16:43:56 -06:00
committed by Evan You
parent 31cdc8636f
commit 852d26c698

View File

@@ -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) {