mocha - Meteor not loading <filename>.app-test[s].js files in --full-app test mode -
i using meteor 1.3.2.4 practicalmeteor:mocha run unit , integration tests. testing works expected in normal test mode both server , client-side test reporting browser expected. issue when invoke meteor test
--full-app
parameter none of full app test suites loaded. have tried naming them variations of <filename>.app-[test|spec]s?.js
no avail. test files live within /imports
directory.
regardless of report shows 0 tests run on client , server. adding console.log
in test file yields nothing it's pretty clear file not being loaded. created test file within /server
directory , reported test run it's issue meteor loading specially named files it's supposed to. ideas? stumped.
this known issue introduced in v1.3.2.
either downgrade v1.3.1 or use v1.3.3 (currently beta, released soon) or higher.