Skip to content

Commit b05ef52

Browse files
committed
chore: yarn format
1 parent 99a9b2b commit b05ef52

File tree

1 file changed

+1
-1
lines changed
  • packages/@lwc/integration-not-karma/test/component/dynamic-imports

1 file changed

+1
-1
lines changed

packages/@lwc/integration-not-karma/test/component/dynamic-imports/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function microTask() {
2323

2424
/** Actually waits a macro-task and then a micro-task, for reasons unspecified. */
2525
async function macroTask() {
26-
await new Promise(resolve => setTimeout(resolve, 0));
26+
await new Promise((resolve) => setTimeout(resolve, 0));
2727
await microTask();
2828
}
2929

0 commit comments

Comments
 (0)