We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5567766 commit bc171abCopy full SHA for bc171ab
packages/side-runner/src/run.ts
@@ -85,9 +85,7 @@ const buildRunners = ({ configuration, logger }: HoistedThings) => {
85
EE.addListener(
86
PlaybackEvents.PLAYBACK_STATE_CHANGED,
87
({ state }: PlaybackEventShapes['PLAYBACK_STATE_CHANGED']) => {
88
- logger.debug(
89
- `Playing state changed ${state} for test ${test.name}`
90
- )
+ logger.debug(`Playing state changed ${state} for test ${test.name}`)
91
switch (state) {
92
case 'aborted':
93
case 'errored':
0 commit comments