Import Async helper functions using ES6 syntax.
ember install ember-async-shim
After installation, module can be imported using es6 syntax:
import Async from 'async'
Note: async will still be bound to global window variable (window.async)
ember test
For more information on using ember-cli, visit https://ember-cli.com/.