cibernox / ember-native-dom-helpers

Test helpers for your integration tests that fire native events
MIT License
186 stars 37 forks source link

DEPRECATION: Use of `merge` has been deprecated. Please use `assign` instead #152

Closed gbrlmrllo closed 5 years ago

gbrlmrllo commented 5 years ago

Here are the cases where merge is used instead of assign.

https://github.com/cibernox/ember-native-dom-helpers/blob/43e8daa5b755373bd4b657def5b890e076d01ee1/tests/helpers/start-app.js#L1

https://github.com/cibernox/ember-native-dom-helpers/blob/43e8daa5b755373bd4b657def5b890e076d01ee1/addon-test-support/key-event.js#L1

https://github.com/cibernox/ember-native-dom-helpers/blob/43e8daa5b755373bd4b657def5b890e076d01ee1/addon-test-support/fire-event.js#L1