mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Attempt to fix tests Test: Investigate error message Test: Attempt to fix tests Chore: Cleanup code Test: Attempt to fix tests Test: Attempt to fix tests
		
			
				
	
	
		
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
    "verbose": true,
 | 
						|
    "preset": "jest-puppeteer",
 | 
						|
    "globals": {
 | 
						|
        "__DEV__": true
 | 
						|
    },
 | 
						|
    "testRegex": "./test/e2e.spec.js",
 | 
						|
    "testEnvironment": "./config/jest-debug-env.js",
 | 
						|
    "rootDir": "..",
 | 
						|
    "testTimeout": 30000,
 | 
						|
};
 | 
						|
 |