We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9b2b commit b05ef52Copy full SHA for b05ef52
packages/@lwc/integration-not-karma/test/component/dynamic-imports/index.spec.js
@@ -23,7 +23,7 @@ async function microTask() {
23
24
/** Actually waits a macro-task and then a micro-task, for reasons unspecified. */
25
async function macroTask() {
26
- await new Promise(resolve => setTimeout(resolve, 0));
+ await new Promise((resolve) => setTimeout(resolve, 0));
27
await microTask();
28
}
29
0 commit comments