Update Jest testing to include Typescript (#24555)
This commit is contained in:
		
							parent
							
								
									9f8d34620b
								
							
						
					
					
						commit
						ca447d3007
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/test-js.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-js.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,6 +9,8 @@ on: | |||
|       - '.nvmrc' | ||||
|       - '**/*.js' | ||||
|       - '**/*.jsx' | ||||
|       - '**/*.ts' | ||||
|       - '**/*.tsx' | ||||
|       - '**/*.snap' | ||||
|       - '.github/workflows/test-js.yml' | ||||
| 
 | ||||
|  | @ -19,6 +21,8 @@ on: | |||
|       - '.nvmrc' | ||||
|       - '**/*.js' | ||||
|       - '**/*.jsx' | ||||
|       - '**/*.ts' | ||||
|       - '**/*.tsx' | ||||
|       - '**/*.snap' | ||||
|       - '.github/workflows/test-js.yml' | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue