mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-27 01:28:56 -06:00
fix(tsconfig.json): typo in includes (#917)
The directory constaining tests (unit and e2e) in vue cli is "tests" not "test"
This commit is contained in:
committed by
Evan You
parent
852d26c698
commit
6adc0b5dd9
@@ -30,7 +30,7 @@
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.vue",
|
||||
"test/**/*.ts"
|
||||
"tests/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user