Skip to content

Latest commit

History

History
16 lines (11 loc) 路 274 Bytes

NodeTap.md

File metadata and controls

16 lines (11 loc) 路 274 Bytes

node-tap

node-tap is supported as a testing framework. It cannot be auto-detected.

Setup

Call the Node API in each test file that should be checked for console calls:

// some.test.js

require("console-fail-test").cft({
	testFramework: require("tap"),
});