@fetch-mock/jest
Advanced tools
Comparing version 0.2.5 to 0.2.6
# Changelog | ||
## [0.2.6](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.5...jest-v0.2.6) (2024-11-15) | ||
### Bug Fixes | ||
* remove extraneous console.log ([c2c92a4](https://github.com/wheresrhys/fetch-mock/commit/c2c92a48e393c2bf503d51dd436b6788cf66eb52)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* fetch-mock bumped from ^12.1.0 to ^12.2.0 | ||
## [0.2.5](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.4...jest-v0.2.5) (2024-11-08) | ||
@@ -4,0 +18,0 @@ |
@@ -26,3 +26,2 @@ "use strict"; | ||
jest.clearAllMocks = () => { | ||
console.log('yeah'); | ||
clearAllMocks.apply(jest); | ||
@@ -29,0 +28,0 @@ fetchMockJest.mockClear(); |
@@ -23,3 +23,2 @@ import { FetchMock, defaultFetchMockConfig, } from 'fetch-mock'; | ||
jest.clearAllMocks = () => { | ||
console.log('yeah'); | ||
clearAllMocks.apply(jest); | ||
@@ -26,0 +25,0 @@ fetchMockJest.mockClear(); |
{ | ||
"name": "@fetch-mock/jest", | ||
"description": "jest wrapper for fetch-mock", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"exports": { | ||
@@ -24,3 +24,3 @@ "browser": "./dist/esm/index.js", | ||
"dependencies": { | ||
"fetch-mock": "^12.1.0" | ||
"fetch-mock": "^12.2.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
@@ -35,3 +35,2 @@ import { | ||
jest.clearAllMocks = () => { | ||
console.log('yeah'); | ||
clearAllMocks.apply(jest); | ||
@@ -38,0 +37,0 @@ fetchMockJest.mockClear(); |
36906
983
Updatedfetch-mock@^12.2.0