* Removes need to use babel-register - Adds watch to watch changes when running the test to regenerate - Tests are now pure node 8 * Adds timing to helper.js * Update contribution guide * Adds inline sourcemaps generation to restore coverage * nits
12 lines
105 B
JSON
12 lines
105 B
JSON
{
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"exclude": [
|
|
"**/spec/**",
|
|
"src/"
|
|
]
|
|
}
|
|
|