Merge pull request #10213 from Ry0taK/fix/disable-jest-autorun
fix: Jestの自動実行を無効に
This commit is contained in:
		
						commit
						1641ae1d96
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -5,5 +5,6 @@
 | 
			
		|||
    "typescript.tsdk": "node_modules/typescript/lib",
 | 
			
		||||
    "files.associations": {
 | 
			
		||||
        "*.test.ts": "typescript"
 | 
			
		||||
    }
 | 
			
		||||
    },
 | 
			
		||||
    "jest.autoRun": "off"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue