We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f25ba7 commit e7005e5Copy full SHA for e7005e5
packages/rspack-test-tools/src/test/tester.ts
@@ -82,9 +82,9 @@ export class Tester implements ITester {
82
for (const i of this.steps) {
83
if (typeof i.afterAll === "function") {
84
await i.afterAll(this.context);
85
- await this.context.closeCompiler(this.config.name);
86
}
87
+ await this.context.closeCompiler(this.config.name);
88
89
90
private async runStepMethods(
0 commit comments