mock-stdio::muted_speaker:模拟stdio输出以进行测试

时间:2024-06-07 07:48:54
【文件属性】:

文件名称:mock-stdio::muted_speaker:模拟stdio输出以进行测试

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-07 07:48:54

JavaScript

模拟stdio 这只是一个简单的模块,使您可以轻松测试(或忽略)需要console.log代码,或者以其他方式写入标准输出和标准错误。 安装 npm install --save-dev mock-stdio 例子 var mockIo = require ( 'mock-stdio' ) ; var expect = require ( 'chai' ) . expect ; describe ( 'thing' , function ( ) { it ( 'writes to standard out' , function ( ) { // Start the mock... it will not be possible to write to // the real stdout and stderr when this is active. mo


【文件预览】:
mock-stdio-master
----.gitattributes(651B)
----.npmignore(542B)
----.travis.yml(1KB)
----test()
--------index.test.js(1KB)
----README.md(2KB)
----.editorconfig(187B)
----.brackets.json(287B)
----.gitignore(516B)
----index.js(1KB)
----package.json(985B)

网友评论