Skip to content

Instantly share code, notes, and snippets.

@zugarzeeker
Created December 5, 2016 18:36
Show Gist options
  • Select an option

  • Save zugarzeeker/681c43051a51971f2db6d4102eff874a to your computer and use it in GitHub Desktop.

Select an option

Save zugarzeeker/681c43051a51971f2db6d4102eff874a to your computer and use it in GitHub Desktop.
medium-example-tdd-js
{
"include": [
"src"
],
"exclude": [
"src/**/*.spec.js"
],
"reporter": [
"lcov",
"text"
],
"require": [
"babel-register"
],
"cache": true,
"sourceMap": false,
"instrument": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment