Hi there, i'm trying to make a small test in a app using meteor and angular as frontend. I started this app based on the clone of whatsapp. * https://github.com/mariohmol/brigadistas Now i'm having this error, but i dont know how to fix it. What i have in this project * `api` folder i have meteor * `app` i have angular2 client * `test` a small test script Any ideas? ``` mocha --opts mocha.opts /Users/mariohmol/projetos/brigadistas/node_modules/ts-node/dist/index.js:160 throw new TSError(formatDiagnostics(diagnosticList, cwd, ts, lineOffset)); ^ TSError: ⨯ Unable to compile TypeScript test/app.test.ts (21,20): Cannot find module 'meteor/practicalmeteor:chai'. (2307) test/app.test.ts (22,21): Cannot find module 'meteor/practicalmeteor:sinon'. (2307) ```
Hi there,
i'm trying to make a small test in a app using meteor and angular as frontend.
I started this app based on the clone of whatsapp.
Now i'm having this error, but i dont know how to fix it.
What i have in this project
apifolder i have meteorappi have angular2 clienttesta small test scriptAny ideas?