When using this package with Mocha I get a "ReferenceError: wdio is not defined" error under Meteor 1.2.0.2. I put the test file (your example in the Readme) under "tests/mocha/server/myTest.js". I also tried the client folder. Should I put it somewhere else?
ReferenceError: wdio is not defined
at meteor://💻app/tests/mocha/server/testTest.js:5:1
at wrappedFunc (meteor://💻app/packages/mike_mocha-core/packages/mike_mocha-core.js:125:1)
at runWithEnvironment (meteor://💻app/packages/mike_mocha-core/packages/mike_mocha-core.js:43:1)
When using this package with Mocha I get a "ReferenceError: wdio is not defined" error under Meteor 1.2.0.2. I put the test file (your example in the Readme) under "tests/mocha/server/myTest.js". I also tried the client folder. Should I put it somewhere else?