Use ember-auto-import instead of ember-browserify
ember-auto-import is used instead of ember-browserify to import yadda.
💥 This is a breaking change.
To upgrade from 0.4.0:
- npm install ember-cli-yadda@0.5.0 --save-dev
- npm uninstall ember-browserify
- In the application test code, replace every instance of:
import yadda from '../../helpers/yadda';
with
import { yadda } from 'ember-cli-yadda';
- Delete
tests/helpers/yadda.js
- Run tests