mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = config => {
 | |
|     config.set({
 | |
|         frameworks: ['jasmine'],
 | |
|         browsers: ['FirefoxHeadless', 'ChromeHeadless'],
 | |
|         singleRun: true,
 | |
|         files: ['dist/split.js', 'test/split.spec.js'],
 | |
|     })
 | |
| }
 | 
