1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-09-16 08:56:40 +02:00

Chore: Tests: Fix vscode doesn't recognize Jest types in some test files (#9337)

This commit is contained in:
Henry Heino
2023-11-17 08:04:36 -08:00
committed by GitHub
parent 97248035b1
commit 60c2964acd
2 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
"**/*.tsx",
],
"exclude": [
"**/node_modules",
"**/*.test.ts",
"**/node_modules"
],
}