1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 01:24:19 +02: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

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' ]
}
}
};