ava icon indicating copy to clipboard operation
ava copied to clipboard

Documentation ideas

Open novemberborn opened this issue 5 years ago • 0 comments

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 require configuration 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.

novemberborn avatar May 25 '20 12:05 novemberborn