Change test directories, blueprints, generators
- tests/acceptance -> tests/application
- tests/integration > tests/rendering
- tests/unit/utils -> tests/unit
- tests/unit/controllers -> tests/container/controllers
- tests/unit/routes -> tests/container/routes
- tests/unit/services -> tests/container/services
To match the names given here: https://guides.emberjs.com/release/testing/
Change test directories, blueprints, generators
To match the names given here: https://guides.emberjs.com/release/testing/