Ticketfly / ember-mockdate-shim

ES6 accessible module for MockDate within your Ember application
MIT License
15 stars 7 forks source link

Update this addon to a more modern approach #30

Open kiwiupover opened 2 years ago

kiwiupover commented 2 years ago
  1. Remove the need to use Ember directly.
  2. Use ember-auto-import to use mockdate.
  3. Update ember-cli and ember to the latest version.
  4. Added github actions to run CI.
  5. Update tests to use modern ember idioms.
kiwi-josh commented 2 years ago

Abit has changed since this PR was opened, therefore I've opened another one that is heavily inspired by these changes, but is up to date against the last ember version (4.4) https://github.com/Ticketfly/ember-mockdate-shim/pull/35

(I've also made sure this comment is taken into account: https://github.com/Ticketfly/ember-mockdate-shim/pull/30#discussion_r737121555)