Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

feat!: v3 #333

Merged
merged 14 commits into from
Sep 25, 2023
Merged

feat!: v3 #333

merged 14 commits into from
Sep 25, 2023

Conversation

mdonnalley
Copy link
Contributor

@mdonnalley mdonnalley commented Sep 20, 2023

v2:

fancy
  .stub(os, 'platform', () => 'foobar')

v3:

fancy
  .stub(os, 'platform', stub => stub.returns('foobar'))

@W-11816761@

stephankaag and others added 5 commits September 20, 2023 09:55
* Replace custom stubbing with sinon

* Satify linter

* Sinon is a dependency

* Expose stub to user

---------

Co-authored-by: Mike Donnalley <[email protected]>
BREAKING CHANGE: node 18 minimum
@mshanemc mshanemc merged commit 5571d43 into main Sep 25, 2023
5 checks passed
@mshanemc mshanemc deleted the mdonnalley/sinon branch September 25, 2023 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants