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 17762eb commit 769bac8Copy full SHA for 769bac8
src/Test/index.ts
@@ -306,9 +306,7 @@ export class TestsServer {
306
}
307
308
this.logger.action('create').succeeded(relativePath)
309
- if (metaData.reload) {
310
- await this.run()
311
- }
+ await this.run()
312
})
313
314
/**
@@ -331,9 +329,7 @@ export class TestsServer {
331
329
332
330
333
this.logger.action('update').succeeded(relativePath)
334
- if (metaData.reload || metaData.rcFile) {
335
336
337
338
339
@@ -363,9 +359,7 @@ export class TestsServer {
363
359
364
360
365
361
this.logger.action('delete').succeeded(relativePath)
366
367
368
362
369
370
371
0 commit comments