mirror of https://github.com/webpack/webpack.git
				
				
				
			fix race in test case
This commit is contained in:
		
							parent
							
								
									83dff1185e
								
							
						
					
					
						commit
						96703ca57a
					
				|  | @ -111,12 +111,8 @@ describe("Compiler (caching)", () => { | |||
| 
 | ||||
| 		// Copy over file since we"ll be modifying some of them
 | ||||
| 		fs.mkdirSync(fixturePath); | ||||
| 		fs.createReadStream(path.join(__dirname, "fixtures", "a.js")).pipe( | ||||
| 			fs.createWriteStream(aFilepath) | ||||
| 		); | ||||
| 		fs.createReadStream(path.join(__dirname, "fixtures", "c.js")).pipe( | ||||
| 			fs.createWriteStream(cFilepath) | ||||
| 		); | ||||
| 		fs.copyFileSync(path.join(__dirname, "fixtures", "a.js"), aFilepath); | ||||
| 		fs.copyFileSync(path.join(__dirname, "fixtures", "c.js"), cFilepath); | ||||
| 
 | ||||
| 		fixtureCount++; | ||||
| 		return { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue