fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead.
This commit is contained in:
		
							parent
							
								
									75fa43bc59
								
							
						
					
					
						commit
						8604bd9807
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
		"*.test.ts": "typescript"
 | 
							"*.test.ts": "typescript"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"jest.jestCommandLine": "pnpm run jest",
 | 
						"jest.jestCommandLine": "pnpm run jest",
 | 
				
			||||||
	"jest.autoRun": "off",
 | 
						"jest.runMode": "on-demand",
 | 
				
			||||||
	"editor.codeActionsOnSave": {
 | 
						"editor.codeActionsOnSave": {
 | 
				
			||||||
		"source.fixAll": "explicit"
 | 
							"source.fixAll": "explicit"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue