Skip to content

gugacavalieri/unit-testing-with-testdouble

 
 

Repository files navigation

Build Status Mutation Score

Integrating Stryker with Meteor

Requirements

How to Run Tests

Unit Tests:

npm test

Mutation Tests:

npm test-stryker

.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.

About

Unit testing with Meteor 1.3 and testdouble.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • HTML 18.9%
  • CSS 1.0%