Skip to content

Commit 6adc0b5

Browse files
elevatebartyyx990803
authored andcommitted
fix(tsconfig.json): typo in includes (#917)
The directory constaining tests (unit and e2e) in vue cli is "tests" not "test"
1 parent 852d26c commit 6adc0b5

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-typescript/generator/template

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"include": [
3131
"src/**/*.ts",
3232
"src/**/*.vue",
33-
"test/**/*.ts"
33+
"tests/**/*.ts"
3434
],
3535
"exclude": [
3636
"node_modules"

0 commit comments

Comments
 (0)