You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Is it possible to configure an ember-cli app to consider filenames of the form *.test.js as tests files? QUnit has a way to do it, so I'd assume there could be a way to instruct ember-cli to call QUnit somewhere with *-test.js as the glob. I'd like to add *.test.js to that glob.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to configure an ember-cli app to consider filenames of the form
*.test.js
as tests files?QUnit
has a way to do it, so I'd assume there could be a way to instructember-cli
to callQUnit
somewhere with*-test.js
as the glob. I'd like to add*.test.js
to that glob.The text was updated successfully, but these errors were encountered: