mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:07:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			271 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			271 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
module.exports = {
 | 
						|
  "roots": [
 | 
						|
    "resources/js/src"
 | 
						|
  ],
 | 
						|
  "transform": {
 | 
						|
    "^.+\\.tsx?$": "ts-jest"
 | 
						|
  },
 | 
						|
  "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
 | 
						|
  "moduleFileExtensions": [
 | 
						|
    "ts",
 | 
						|
    "tsx",
 | 
						|
    "js",
 | 
						|
    "jsx",
 | 
						|
    "json",
 | 
						|
    "node"
 | 
						|
  ],
 | 
						|
} |