Re-add tests to include array

This commit is contained in:
thepaperpilot 2022-07-09 23:03:31 -05:00
parent 804e596fa7
commit 0b8210c18d

View file

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