()
| 28 | const tempFile2Path = path.join(tempFolderPath, class="st">"temp-file2.js"); |
| 29 | |
| 30 | const createSingleCompiler = () => |
| 31 | createCompiler({ |
| 32 | entry: tempFilePath, |
| 33 | output: { |
| 34 | path: tempFolderPath, |
| 35 | filename: class="st">"bundle.js" |
| 36 | } |
| 37 | }); |
| 38 | |
| 39 | /** |
| 40 | * @param {import(class="st">"../").Compiler} compiler compiler |
no test coverage detected