Skip to content

Commit 7bb63c8

Browse files
committed
formatting etc
1 parent 24e6e23 commit 7bb63c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

compatibility/features/hooks-undefined/hooks-undefined.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Before({}, () => {
66

77
After({}, () => {
88
// no-op
9-
})
9+
})

compatibility/features/retry-ambiguous/retry-ambiguous.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Given('an ambiguous step', function () {
66

77
Given('an ambiguous step', function () {
88
// second one
9-
})
9+
})

compatibility/features/retry-pending/retry-pending.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { Given } from '../../../src'
22

33
Given('a pending step', function () {
44
return 'pending'
5-
})
5+
})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// There are intentionally no steps defined for this sample
1+
// There are intentionally no steps defined for this sample

compatibility/features/retry/retry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Given('a step that passes the third time', function () {
2222

2323
Given('a step that always fails', function () {
2424
throw new Error('Exception in step')
25-
})
25+
})

0 commit comments

Comments
 (0)