文件名称:karma-unexpected:出乎意料的业力
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-03 14:13:36
JavaScript
因果报应 的 安装 从 npm 安装插件: $ npm install karma-unexpected --save-dev 或者来自 Github: $ npm install 'git+https://github.com/marcopeg/karma-unexpected.git' --save-dev 在 Karma 配置中向frameworks键添加unexpected : module.exports = function(config) { config.set({ # frameworks to load frameworks: [..., 'unexpected'], # ... }); }; 用法 意外将按expect : it('should work', function() { expect
【文件预览】:
karma-unexpected-master
----.gitignore(23B)
----package.json(683B)
----adapter.js(74B)
----LICENSE(1KB)
----index.js(494B)
----README.md(1KB)