git clone https://github.com/emberjs/ember-test-helpers.gitcd ember-test-helperspnpm install
pnpm lintpnpm lint:fix
When updating the API, you will need to update the type tests (in tests/api.ts) as well. The kinds of changes required will make it clear whether the change is backwards compatible or not!
cd test-app- Multiple ways of running the tests
pnpm testember serve+ visit/testsin the browserember testember test --server
ember serve- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.