Skip to content

Commit

Permalink
fix: delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Sep 29, 2023
1 parent f68d1fa commit c9303be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.2] - 2023-09-29

### Fixed

- Fix console.log.

## [1.0.1] - 2023-09-29

### Fixed
Expand All @@ -15,3 +21,4 @@ All notable changes to this project will be documented in this file.
- First release.

[1.0.1]: https://github.com/yutak23/vitest-openapi/compare/v1.0.0...v1.0.1
[1.0.2]: https://github.com/yutak23/vitest-openapi/compare/v1.0.1...v1.0.2
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const { makeApiSpec } = openapiValidator;
export default (filepathOrObject, schemaName) => {
const openApiSpec = makeApiSpec(filepathOrObject);

console.log('openApiSpec', jestToSatisfyApiSpec);

expect.extend({
// eslint-disable-next-line no-unused-vars
toSatisfyApiSpec: (received, expected) => jestToSatisfyApiSpec.default(received, openApiSpec),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-openapi",
"version": "1.0.1",
"version": "1.0.2",
"author": "yutak23 <yuta.katayama.23+github@gmail.com> (https://github.com/yutak23)",
"repository": {
"type": "git",
Expand Down

0 comments on commit c9303be

Please sign in to comment.