Releases: hirezio/vscode-testing-snippets
Releases · hirezio/vscode-testing-snippets
v2.0.1
v2.0.0
2.0.0 (2020-12-22)
Code Refactoring
- provideautospy: change
createSpyFromClass
to the shorterprovideAutoSpy
(81f2ef5)
BREAKING CHANGES
- provideautospy: Since
jasmine-auto-spies
v6.9.0 andjest-auto-spies
v1.6.0 there's an ability
to use the shorter util functionprovideAutoSpy()
. So upgrade to those versions in order to not
experience any import issues.