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:
Barthélémy Ledoux
2018-03-02 16:44:07 -06:00
committed by Evan You
parent 852d26c698
commit 6adc0b5dd9

View File

@@ -30,7 +30,7 @@
"include": [
"src/**/*.ts",
"src/**/*.vue",
"test/**/*.ts"
"tests/**/*.ts"
],
"exclude": [
"node_modules"