Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 0f22d3d

Browse files
chore(deps-dev): bump @readme/eslint-config from 8.7.5 to 8.8.0 (#114)
Bumps [@readme/eslint-config](https://github.com/readmeio/standards) from 8.7.5 to 8.8.0. - [Release notes](https://github.com/readmeio/standards/releases) - [Changelog](https://github.com/readmeio/standards/blob/main/CHANGELOG.md) - [Commits](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.5...@readme/eslint-config@8.8.0) --- updated-dependencies: - dependency-name: "@readme/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa28d4d commit 0f22d3d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/specs/better-errors/better-errors.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function assertInvalid(file, error) {
1616

1717
describe('Better errors', () => {
1818
it('should pass validation if "options.validate.schema" is false', async () => {
19-
const api = await OpenAPIParser.validate(path.rel(`specs/better-errors/3.0/invalid-x-extension-root.yaml`), {
19+
const api = await OpenAPIParser.validate(path.rel('specs/better-errors/3.0/invalid-x-extension-root.yaml'), {
2020
validate: { schema: false },
2121
});
2222

test/specs/validate-spec/validate-spec.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function assertInvalid(file, error) {
2121

2222
describe('Invalid APIs (specification validation)', () => {
2323
it('should bypass validation if "options.validate.spec" is false', async () => {
24-
const api = await OpenAPIParser.validate(path.rel(`specs/validate-spec/invalid/2.0/invalid-response-code.yaml`), {
24+
const api = await OpenAPIParser.validate(path.rel('specs/validate-spec/invalid/2.0/invalid-response-code.yaml'), {
2525
validate: { spec: false },
2626
});
2727
expect(api).to.be.an('object');

0 commit comments

Comments
 (0)