mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	fix(testing): replace quotes
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e852578a71
						
					
				
				
					commit
					4bbde98f80
				
			@@ -30,7 +30,7 @@ const jestConfig: Config.InitialOptions = {
 | 
				
			|||||||
  transform: { "^.+\\.(t)sx?$": ["@swc/jest", swc] },
 | 
					  transform: { "^.+\\.(t)sx?$": ["@swc/jest", swc] },
 | 
				
			||||||
  setupFiles: ["<rootDir>/internal/testing/jest-setup.ts"],
 | 
					  setupFiles: ["<rootDir>/internal/testing/jest-setup.ts"],
 | 
				
			||||||
  testPathIgnorePatterns: ["node_modules", ".cache", "public"],
 | 
					  testPathIgnorePatterns: ["node_modules", ".cache", "public"],
 | 
				
			||||||
  transformIgnorePatterns: [`node_modules/(?!(gatsby|gatsby-script)/)`],
 | 
					  transformIgnorePatterns: ["node_modules/(?!(gatsby|gatsby-script)/)"],
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default jestConfig;
 | 
					export default jestConfig;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user