Skip to content

Commit c9cb98a

Browse files
author
ChaiJs Bot
committed
(data): Auto build _data
1 parent d511ae7 commit c9cb98a

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

_data/plugins/chai_openapi_response_validator.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

plugins/chai_openapi_response_validator.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ pluginName: chai-openapi-response-validator
88

99
[![downloads](https://img.shields.io/npm/dm/chai-openapi-response-validator)](https://www.npmjs.com/package/chai-openapi-response-validator)
1010
[![npm](https://img.shields.io/npm/v/chai-openapi-response-validator.svg)](https://www.npmjs.com/package/chai-openapi-response-validator)
11-
[![Build Status](https://travis-ci.com/RuntimeTools/OpenAPIValidators.svg?branch=master)](https://travis-ci.com/RuntimeTools/OpenAPIValidators)
12-
![dependencies](https://img.shields.io/david/RuntimeTools/OpenAPIValidators)
11+
[![Build Status](https://travis-ci.com/openapi-library/OpenAPIValidators.svg?branch=master)](https://travis-ci.com/openapi-library/OpenAPIValidators)
1312
![style](https://img.shields.io/badge/code%20style-airbnb-ff5a5f.svg)
14-
[![codecov](https://codecov.io/gh/RuntimeTools/OpenAPIValidators/branch/master/graph/badge.svg)](https://codecov.io/gh/RuntimeTools/OpenAPIValidators)
15-
[![included](https://badgen.net/npm/types/jest-openapi)](https://github.com/RuntimeTools/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/index.d.ts)
16-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/RuntimeTools/OpenAPIValidators/blob/master/CONTRIBUTING.md)
13+
[![codecov](https://codecov.io/gh/openapi-library/OpenAPIValidators/branch/master/graph/badge.svg)](https://codecov.io/gh/openapi-library/OpenAPIValidators)
14+
[![included](https://badgen.net/npm/types/jest-openapi)](https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/index.d.ts)
15+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/openapi-library/OpenAPIValidators/blob/master/CONTRIBUTING.md)
1716

18-
Simple Chai support for asserting that HTTP responses satisfy an OpenAPI spec.
17+
Use Chai to assert that HTTP responses satisfy an OpenAPI spec.
1918

2019
## Problem 😕
2120

@@ -36,11 +35,11 @@ Features:
3635
- Informs you if your OpenAPI spec is invalid
3736
- Supports responses from `axios`, `request-promise`, `supertest`, `superagent`, and `chai-http`
3837
- Bundled with a TypeScript Declaration File for [use in TypeScript projects](#using-this-plugin-in-a-typescript-project)
39-
- Use in [Mocha](#usage), [Jest](https://github.com/RuntimeTools/OpenAPIValidators/tree/master/packages/jest-openapi#readme) and other test runners
38+
- Use in [Mocha](#usage), [Jest](https://github.com/openapi-library/OpenAPIValidators/tree/master/packages/jest-openapi#readme) and other test runners
4039

4140
## Contributing ✨
4241

43-
If you've come here to help contribute - thanks! Take a look at the [contributing](https://github.com/RuntimeTools/OpenAPIValidators/blob/master/CONTRIBUTING.md) docs to get started.
42+
If you've come here to help contribute - thanks! Take a look at the [contributing](https://github.com/openapi-library/OpenAPIValidators/blob/master/CONTRIBUTING.md) docs to get started.
4443

4544
## Installation
4645

@@ -371,7 +370,9 @@ describe('GET /example/endpoint', () => {
371370

372371
#### Installation
373372

374-
You don't need to `npm install --save-dev @types/chai-openapi-response-validator` because we [bundle our TypeScript Definition file into this package](https://github.com/RuntimeTools/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/index.d.ts).
373+
You don't need to `npm install --save-dev @types/chai-openapi-response-validator` because we [bundle our TypeScript Definition file into this package](https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/index.d.ts).
374+
375+
But make sure you `npm install --save-dev @types/chai` because Chai does not bundle their TypeScript definition files like this.
375376

376377
#### Importing
377378

0 commit comments

Comments
 (0)