Skip to content

Commit

Permalink
fix(deps): update cucumber packages (major) (#2056)
Browse files Browse the repository at this point in the history
* fix(deps): update cucumber packages

* update cck

* update message fixtures

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: David Goss <[email protected]>
  • Loading branch information
3 people authored Jun 9, 2022
1 parent 5df5a92 commit cbabe51
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 137 deletions.
2 changes: 2 additions & 0 deletions features/fixtures/formatters/failed.message.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = [
column: 5,
},
keyword: 'Given ',
keywordType: 'Context',
text: 'a step',
id: '1',
},
Expand All @@ -60,6 +61,7 @@ module.exports = [
{
astNodeIds: ['1'],
id: '3',
type: 'Context',
text: 'a step',
},
],
Expand Down
2 changes: 2 additions & 0 deletions features/fixtures/formatters/passed-rule.message.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = [
column: 7,
},
keyword: 'Given ',
keywordType: 'Context',
text: 'a step',
id: '1',
},
Expand Down Expand Up @@ -75,6 +76,7 @@ module.exports = [
{
astNodeIds: ['1'],
id: '4',
type: 'Context',
text: 'a step',
},
],
Expand Down
2 changes: 2 additions & 0 deletions features/fixtures/formatters/passed-scenario.message.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = [
column: 5,
},
keyword: 'Given ',
keywordType: 'Context',
text: 'a step',
id: '1',
},
Expand All @@ -60,6 +61,7 @@ module.exports = [
{
astNodeIds: ['1'],
id: '3',
type: 'Context',
text: 'a step',
},
],
Expand Down
2 changes: 2 additions & 0 deletions features/fixtures/formatters/rejected-pickle.message.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = [
column: 5,
},
keyword: 'Given ',
keywordType: 'Context',
text: 'a step',
id: '0',
},
Expand All @@ -60,6 +61,7 @@ module.exports = [
{
astNodeIds: ['0'],
id: '2',
type: 'Context',
text: 'a step',
},
],
Expand Down
2 changes: 2 additions & 0 deletions features/fixtures/formatters/retried.message.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = [
column: 5,
},
keyword: 'Given ',
keywordType: 'Context',
text: 'a step',
id: '1',
},
Expand All @@ -60,6 +61,7 @@ module.exports = [
{
astNodeIds: ['1'],
id: '3',
type: 'Context',
text: 'a step',
},
],
Expand Down
Loading

0 comments on commit cbabe51

Please sign in to comment.