adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
159 stars 169 forks source link

move from testdouble to sinon #572

Closed mansona closed 5 months ago

mansona commented 5 months ago

I'm working on moving this package to pnpm and testdouble is causing webpack to fall over 🙈 I noticed that we aren't using a lot of testdouble so I just swapped it out for sinon to make more progress 👍

MelSumner commented 5 months ago

Can you point this to be merged into the melsumner/minor-release-prep branch so we can benefit from the other updates that have been made?

MelSumner commented 5 months ago

Integrated these changes into #569 and added as a co-author for the PR.