Skip to content

Commit bc171ab

Browse files
committed
happy linter
1 parent 5567766 commit bc171ab

File tree

1 file changed

+1
-3
lines changed
  • packages/side-runner/src

1 file changed

+1
-3
lines changed

packages/side-runner/src/run.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ const buildRunners = ({ configuration, logger }: HoistedThings) => {
8585
EE.addListener(
8686
PlaybackEvents.PLAYBACK_STATE_CHANGED,
8787
({ state }: PlaybackEventShapes['PLAYBACK_STATE_CHANGED']) => {
88-
logger.debug(
89-
`Playing state changed ${state} for test ${test.name}`
90-
)
88+
logger.debug(`Playing state changed ${state} for test ${test.name}`)
9189
switch (state) {
9290
case 'aborted':
9391
case 'errored':

0 commit comments

Comments
 (0)