2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

add code coverage

This commit is contained in:
Johann-S
2018-03-02 14:15:20 +01:00
parent b7a549c8c3
commit e43f97304e
5 changed files with 766 additions and 346 deletions
+6 -1
View File
@@ -12,5 +12,10 @@ module.exports = {
plugins: [
process.env.PLUGINS && 'transform-es2015-modules-strip',
'@babel/proposal-object-rest-spread'
].filter(Boolean)
].filter(Boolean),
env: {
test: {
plugins: [ 'istanbul' ]
}
}
};