typed-ember / ember-cli-typescript

Use TypeScript in your Ember.js apps!
https://docs.ember-cli-typescript.com
MIT License
363 stars 99 forks source link

Adding note to testing.md about qunit-dom #1562

Closed tsengia closed 1 year ago

tsengia commented 1 year ago

This PR just adds a small snippet to the testing.md page about importing qunit-dom so that Typescript is aware of the assert.dom() function commonly used in Component tests.

It took me a while to figure this out, so I hope that this small snippet can save others some time in the future.