I’m in the process of upgrading an Ember app that previously hadn’t been touched in 8 months, and after I finally got it working again and wrote some tests on it, realized none of the Qunit tests are running when I run ‘ember test’ - only jshint.
My dependencies are all up to date, and I looked at another Ember app I work on to be sure that the naming conventions, file structure, and files such as testem.json and resolver.js are following similar conventions. Nothing seems out of the ordinary. I had a co-worker look at it as well, and he also could not see any outstanding errors or meaningful differences.
Everything I’ve Googled has come up short - the solutions others have had haven’t worked for me. Any ideas?