Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 982 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 982 Bytes

Meteor Testing Best Practices

TODO: add other readme content

.babelrc File

We use a .babelrc in the root of the project to make Meteor and Mocha compile in the same way. The file used here follows these recommendations. There are a few compromises that you will have to live with in your Meteor app as a result of this:

There may be a way to improve this further using meteor-babel/register - here is an example. A PR that makes this work would be welcome! Regardless, it seems likely that this situation will improve as Meteor migrates to NPM.