文件名称:truffle-expect:确保所需参数存在的简单模块
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-02 06:51:44
JavaScript
松露预期 确保所需参数存在的简单模块 :warning: 此仓库已弃用 :warning: Truffle已将所有模块移至 truffle的monorepo中。 到那边见! 安装 $ npm install truffle-expect 用法 var expect = require ( "truffle-expect" ) ; // The object you're testing var options = { example : "exists" another : 5 } ; expect . options ( options , [ "example" , "another" ] ) ; // does nothing expect . options ( options , [ "example" , "another" , "some_other_key" ] ) ; // errors
【文件预览】:
truffle-expect-develop
----.gitignore(41B)
----package.json(647B)
----.travis.yml(432B)
----index.js(819B)
----README.md(698B)