mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			JavaScript
		
	
	
	
| 
								 | 
							
								it("debug hash should works", function () {
							 | 
						||
| 
								 | 
							
									var ids = [];
							 | 
						||
| 
								 | 
							
									for(var i = 1; i <= 15; i++) {
							 | 
						||
| 
								 | 
							
										var id = require("./files/file" + i + ".js");
							 | 
						||
| 
								 | 
							
										expect(ids.indexOf(id)).toBe(-1);
							 | 
						||
| 
								 | 
							
										ids.push(id);
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								});
							 |