Skip to content

Commit 0257027

Browse files
authored
chore: update test settings and fix typo (#1976)
1 parent 8c827dd commit 0257027

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

benchmark/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"cli-1.28": "npm:@redocly/cli@1.28.5",
4040
"cli-1.29": "npm:@redocly/cli@1.29.0",
4141
"cli-1.30": "npm:@redocly/cli@1.30.0",
42+
"cli-1.31": "npm:@redocly/cli@1.31.3",
4243
"cli-next": "file:../redocly-cli.tgz"
4344
}
4445
}

docs/rules/arazzo/parameters-unique.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If duplicates are present, unexpected parameter overrides could cause problems.
1414
This ruled checks parameter lists in the following locations:
1515

1616
- `workflows.[workflow].parameters`
17-
- `workflows.[workflow[.steps.[step].parameters`
17+
- `workflows.[workflow].steps.[step].parameters`
1818
- `x-parameters`
1919

2020
## Configuration

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
},
2626
'packages/respect-core/': {
2727
statements: 80,
28-
branches: 70,
28+
branches: 72,
2929
functions: 80,
3030
lines: 80,
3131
},

0 commit comments

Comments
 (0)