ember cli update reporter 源码
ember-cli-update-reporter 修补testem.js的实用程序,以使用特定的报告程序和报告选项。 安装 yarn add ember-cli-update-reporter 例 const updater = require ( 'ember-cli-update-reporter' ) ; const updatedCode = updater ( 'module.exports = { /* ... */ };' , { reporter : 'xunit' , report_file : 'test_results.xml' } ) ; updateCode ==
文件列表
ember-cli-update-reporter-master.zip
(预估有个7文件)
ember-cli-update-reporter-master
.travis.yml
253B
index.js
508B
test.js
2KB
package.json
326B
plugin.js
1KB
README.md
757B
yarn.lock
35KB
暂无评论