gulp-jasmine:在Node.js中运行Jasmine测试

时间:2024-06-15 01:37:24
【文件属性】:

文件名称:gulp-jasmine:在Node.js中运行Jasmine测试

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-15 01:37:24

nodejs javascript gulp-plugin jasmine test-runner

茉莉花 在Node.js中运行测试 输出的问题应在Jasmine上报告。 安装 $ npm install --save-dev gulp-jasmine 用法 const gulp = require ( 'gulp' ) ; const jasmine = require ( 'gulp-jasmine' ) ; exports . default = ( ) => ( gulp . src ( 'spec/test.js' ) // gulp-jasmine works on filepaths so you can't have any plugins before it . pipe ( jasmine ( ) ) ) ; 原料药 茉莉花(选项?) 选项 类型: object 冗长的 类型: boolean 默认值: false 在默认报告器中显示规格名称。 in


【文件预览】:
gulp-jasmine-main
----.gitignore(23B)
----package.json(963B)
----.npmrc(19B)
----gulpfile.js(170B)
----index.js(2KB)
----test.js(2KB)
----.github()
--------workflows()
----license(1KB)
----readme.md(2KB)
----fixture.js(434B)
----fail-fixture.js(112B)
----.gitattributes(19B)
----.editorconfig(175B)

网友评论