gulp-mocha:运行摩卡测试

时间:2024-05-13 14:26:18
【文件属性】:

文件名称:gulp-mocha:运行摩卡测试

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-13 14:26:18

nodejs javascript gulp-plugin mocha test-runner

口香糖摩卡咖啡 运行测试 请记住,这只是围绕Mocha的薄薄包装,而您的问题很可能与Mocha有关。 安装 $ npm install --save-dev gulp-mocha 用法 const gulp = require ( 'gulp' ) ; const mocha = require ( 'gulp-mocha' ) ; exports . default = ( ) => ( gulp . src ( 'test.js' , { read : false } ) // `gulp-mocha` needs filepaths so you can't have any plugins before it . pipe ( mocha ( { reporter : 'nyan' } ) ) ) ; 原料药 摩卡咖啡(选项?) 选项 类型: object 选项直接传递


【文件预览】:
gulp-mocha-main
----utils.js(312B)
----index.js(2KB)
----package.json(1KB)
----readme.md(3KB)
----.github()
--------workflows()
----test()
--------utils.js(272B)
--------test.js(1KB)
--------fixtures()
----license(1KB)
----gulpfile.js(177B)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论