Skip to content

Commit 8b30268

Browse files
committed
refactor: fix lint
1 parent 02df4eb commit 8b30268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/tests/helpers/skeleton-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class WatchedEmberProcess extends EventEmitter {
116116
}
117117

118118
raceForOutputs(targets: string[]) {
119-
return Promise.race(targets.map(target => this.waitForOutput(target)));
119+
return Promise.race(targets.map((target) => this.waitForOutput(target)));
120120
}
121121

122122
waitForOutput(target: string) {

0 commit comments

Comments
 (0)