istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
624 stars 73 forks source link

does not need config in .babelrc #189

Closed imsasa closed 5 years ago

imsasa commented 5 years ago

seems that command nyc mocha --require @babel/register --ui testfile work well,and we don't need the config below in .babelrc? "env": { "test": { "plugins": ["istanbul"] } }