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.