Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

Ava.md

File metadata and controls

16 lines (11 loc) · 264 Bytes

AVA

AVA 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("ava"),
});