2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-17 13:20:52 +08:00
naive-ui/babel.config.js
2019-06-04 11:30:56 +08:00

8 lines
86 B
JavaScript

module.exports = {
'env': {
'test': {
'plugins': ['istanbul']
}
}
}