[N/A] If this is a big feature with breaking changes, consider [opening an issue][issues] to discuss first. This is completely up to you, but please keep in mind that your PR might not be accepted.
[x] Run unit tests to ensure all existing tests are still passing
[N/A] Add new passing unit tests to cover the code introduced by your PR
[N/A] Update the readme
[x] Add some steps so we can test your cool new feature!
[x] The PR title is in the conventional commit format: e.g. feat(<area>): added new way to do this cool thing #issue-number
[x] Add your info to the contributors array in package.json!
Description
This PR updates the tests to the new ember best practice format with https://github.com/rwjblue/ember-qunit-codemod
New Feature
feat(<area>): added new way to do this cool thing #issue-number
Steps to Test
Check that the tests pass.