jasmine-shared-context

时间:2024-07-30 16:08:27
【文件属性】:

文件名称:jasmine-shared-context

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-30 16:08:27

JavaScript

茉莉花共享上下文 jasmine-shared-context定义了共享上下文,可以更轻松地在测试之间共享公共设置。 深受 rspec 同名功能的启发。 安装 $ npm install --save-dev jasmine-shared-context 用法 var sharedContext = require ( "jasmine-shared-context" ) ; beforeAll ( function ( ) { sharedContext . install ( ) ; registerSharedContext ( "environment" , function ( ) { beforeEach ( function ( ) { this . environment = { activeAccount : { name


【文件预览】:
jasmine-shared-context-master
----.gitignore(587B)
----package.json(337B)
----LICENSE(1KB)
----index.js(1KB)
----spec()
--------javascripts()
--------support()
----README.md(1KB)

网友评论