Skip to content

Commit eaebfe5

Browse files
committed
Reverting a redundant change
1 parent 3e9a31c commit eaebfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser-runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ export default function createTests(
11701170
testSteps: [
11711171
...beforeHooks.map(hooksToStep),
11721172
...pickle.steps.map(pickleStepToTestStep),
1173-
...afterHooks.map(hooksToStep)
1173+
...afterHooks.map(hooksToStep),
11741174
],
11751175
};
11761176
});

0 commit comments

Comments
 (0)