ava
ava copied to clipboard
Documentation ideas
This issue summarizes our ideas for documentation improvements.
-
Explain "helpers", how they're different from "test files", how to best use them, why you might add them to the
requireconfiguration or load them directly. -
Given that AVA is a Node.js test runner, how to make it work with JavaScript code that is (normally) bundled for other environments.
-
How to think about test setup, context and macros.
-
How to think about concurrent and atomic tests.
-
How to make "
require-path rewrites" work in AVA. -
How to mock the filesystem or other Node.js built-ins without breaking AVA.