mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
|  | const { describeCases } = require("./TestCases.template"); | ||
|  | 
 | ||
|  | describe("TestCases", () => { | ||
|  | 	describeCases({ | ||
|  | 		name: "devtool-cheap-source-map", | ||
|  | 		devtool: "cheap-source-map" | ||
|  | 	}); | ||
|  | }); |