文件名称:assert-exception:断言异常功能(抛出拒绝)
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-18 22:15:06
JavaScript
断言异常 安装 $ yarn add -D assert-exception # or $ npm install assert-exception --save-dev 用法 没有assert-exception import assert from 'power-assert' ; assert . throws ( ( ) => { throw new Error ( 'foo' ) ; } , ( error ) => { assert ( error . message === 'foo' ) ; return true ; // requirement :( } ) ; // pass 具有assert-exception import assert from 'power-assert' ; import { throws } f
【文件预览】:
assert-exception-master
----.travis.yml(875B)
----package.json(1KB)
----index.mjs(738B)
----.gitignore(9B)
----test.mjs(1KB)
----README.md(2KB)