mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Final karma tweaks
* fix a comment * drop redundant import
This commit is contained in:
		
							parent
							
								
									cb3ae0e069
								
							
						
					
					
						commit
						29ff9c11a8
					
				@ -1,7 +1,6 @@
 | 
				
			|||||||
// karma.conf.js - the config file for karma, which runs our tests.
 | 
					// karma.conf.js - the config file for karma, which runs our tests.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var path = require('path');
 | 
					var path = require('path');
 | 
				
			||||||
var fs = require('fs');
 | 
					 | 
				
			||||||
var webpack = require('webpack');
 | 
					var webpack = require('webpack');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
@ -9,7 +8,7 @@ var webpack = require('webpack');
 | 
				
			|||||||
 * to build everything; however it's the easiest way to load our dependencies
 | 
					 * to build everything; however it's the easiest way to load our dependencies
 | 
				
			||||||
 * from node_modules.
 | 
					 * from node_modules.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If you run karma in multi-run mode (with `npm run test-multi`), it will watch
 | 
					 * If you run karma in multi-run mode (with `npm run test:multi`), it will watch
 | 
				
			||||||
 * the tests for changes, and webpack will rebuild using a cache. This is much quicker
 | 
					 * the tests for changes, and webpack will rebuild using a cache. This is much quicker
 | 
				
			||||||
 * than a clean rebuild.
 | 
					 * than a clean rebuild.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user