Skip to content

Commit 1aabe19

Browse files
authored
Silence webpack < WARN during integration tests (#1484)
1 parent 6b050a6 commit 1aabe19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test/src/helpers-integration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function makeTestFunction(opts: {
5757
...bundlerOptions,
5858
workflowInterceptorModules: [...defaultWorkflowInterceptorModules, ...(opts.workflowInterceptorModules ?? [])],
5959
workflowsPath: opts.workflowsPath,
60+
logger: new DefaultLogger('WARN'),
6061
});
6162
// Ignore invalid log levels
6263
Runtime.install({

0 commit comments

Comments
 (0)