mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Chore: Tests: Fix vscode doesn't recognize Jest types in some test files (#9337)
This commit is contained in:
parent
97248035b1
commit
60c2964acd
@ -7,8 +7,6 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
//Files that don't need transpilation
|
//Files that don't need transpilation
|
||||||
"**/node_modules",
|
"**/node_modules",
|
||||||
"**/*.test.ts",
|
|
||||||
"**/*.test.tsx",
|
|
||||||
"gulpfile.ts",
|
"gulpfile.ts",
|
||||||
"tools/*.ts",
|
"tools/*.ts",
|
||||||
],
|
],
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
"**/*.tsx",
|
"**/*.tsx",
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules",
|
"**/node_modules"
|
||||||
"**/*.test.ts",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user