Releases: streetsidesoftware/jest-mock-vscode
Releases · streetsidesoftware/jest-mock-vscode
v2.1.1
03 Dec 13:15
Compare
Sorry, something went wrong.
No results found
2.1.1 (2023-12-03)
Updates and Bug Fixes
v2.1.0
05 Sep 12:38
Compare
Sorry, something went wrong.
No results found
2.1.0 (2023-09-05)
Documentation
Features
v2.0.1
04 Sep 11:52
Compare
Sorry, something went wrong.
No results found
2.0.1 (2023-09-04)
Updates and Bug Fixes
v2.0.0
04 Sep 07:17
Compare
Sorry, something went wrong.
No results found
2.0.0 (2023-09-04)
⚠ BREAKING CHANGES
Support injecting the mock function. (#117 )
In order to support mocking in other frameworks, it is necessary to inject the test framework dependency.
Migrating from 1.x to 2.x
__mocks__/vscode.js
- module.exports = require('jest-mock-vscode');
+ module.exports = require('jest-mock-vscode').createVSCodeMock(jest);
Features
Updates and Bug Fixes
v1.4.1
03 Sep 08:48
Compare
Sorry, something went wrong.
No results found
1.4.1 (2023-09-03)
Updates and Bug Fixes
v1.4.0
05 May 15:34
Compare
Sorry, something went wrong.
No results found
1.4.0 (2023-05-05)
Features
Continuous Integration
Workflow Bot -- Update ALL Dependencies (#55 ) (52a8292 )
Updates and Bug Fixes
Miscellaneous
deps: bump peter-evans/create-pull-request from 4 to 5 (#64 ) (1029b6f )
update pnpm to 8.2.0 (03531a4 )
v1.3.0
08 Jan 20:38
Compare
Sorry, something went wrong.
No results found
1.3.0 (2023-01-08)
Features
Continuous Integration
Workflow Bot -- Update ALL Dependencies (#49 ) (ccc2cad )
Workflow Bot -- Update ALL Dependencies (#51 ) (bd3b3b4 )
Workflow Bot -- Update ALL Dependencies (#52 ) (e9b45e9 )
Workflow Bot -- Update ALL Dependencies (#53 ) (a6d31e5 )
v1.2.1
21 Nov 16:13
Compare
Sorry, something went wrong.
No results found
1.2.1 (2022-11-21)
Miscellaneous
deps: bump pnpm/action-setup from 2.2.2 to 2.2.4 (#44 ) (b282c97 )
Updates and Bug Fixes
Continuous Integration
Workflow Bot -- Update ALL Dependencies (#42 ) (6fc1e09 )
Workflow Bot -- Update ALL Dependencies (#48 ) (04ab407 )
v1.2.0
10 Oct 14:54
Compare
Sorry, something went wrong.
No results found
1.2.0 (2022-10-10)
Features
Miscellaneous
deps-dev: bump @types/jest from 28.1.8 to 29.1.2 (#38 ) (2d1f87e )
deps-dev: bump eslint-plugin-jest from 26.9.0 to 27.1.1 (#37 ) (5b08f79 )
Continuous Integration
Workflow Bot -- Update ALL Dependencies (#29 ) (3b01fe6 )
Workflow Bot -- Update ALL Dependencies (#41 ) (0336bb1 )
v1.1.2
09 Sep 07:27
Compare
Sorry, something went wrong.
No results found
1.1.2 (2022-09-09)
Tests
Updates and Bug Fixes