You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Chore: Tests: Fix vscode doesn't recognize Jest types in some test files (#9337)
This commit is contained in:
		| @@ -7,8 +7,6 @@ | ||||
| 	"exclude": [ | ||||
| 		//Files that don't need transpilation | ||||
| 		"**/node_modules", | ||||
| 		"**/*.test.ts", | ||||
| 		"**/*.test.tsx", | ||||
| 		"gulpfile.ts", | ||||
| 		"tools/*.ts", | ||||
| 	], | ||||
|   | ||||
| @@ -5,7 +5,6 @@ | ||||
|         "**/*.tsx", | ||||
| 	], | ||||
| 	"exclude": [ | ||||
| 		"**/node_modules", | ||||
| 		"**/*.test.ts", | ||||
| 		"**/node_modules" | ||||
| 	], | ||||
| } | ||||
		Reference in New Issue
	
	Block a user