You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Clarify why we've posted the Ukraine war CTA and remove the third-party banner
* Remove Twitter link
It's not the best place to get updates.
* Thread isolation, not process (at least by default)
* Fix link
* Remove outdated comparison with mocha/tape/tap
AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that lets you develop with confidence 🚀
7
+
AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and htread isolation that lets you develop with confidence 🚀
6
8
7
-
Follow the [AVA Twitter account](https://twitter.com/ava__js) for updates.
9
+
Watch this repository and follow the [Discussions](https://github.com/avajs/ava/discussions) for updates.
8
10
9
11
Read our [contributing guide](.github/CONTRIBUTING.md) if you're looking to contribute (issues / PRs / etc).
@@ -166,14 +168,6 @@ We have a growing list of [common pitfalls](docs/08-common-pitfalls.md) you may
166
168
167
169
## FAQ
168
170
169
-
### Why not `mocha`, `tape`, `tap`?
170
-
171
-
Mocha requires you to use implicit globals like `describe` and `it` with the default interface (which most people use). It's not very opinionated and executes tests serially without process isolation, making it slow.
172
-
173
-
Tape and tap are pretty good. AVA is highly inspired by their syntax. They too execute tests serially. Their default [TAP](https://testanything.org) output isn't very user-friendly though so you always end up using an external tap reporter.
174
-
175
-
In contrast AVA is highly opinionated and runs tests concurrently, with a separate process for each test file. Its default reporter is easy on the eyes and yet AVA still supports TAP output through a CLI flag.
176
-
177
171
### How is the name written and pronounced?
178
172
179
173
AVA, not Ava or ava. Pronounced [`/ˈeɪvə/`](media/pronunciation.m4a?raw=true): Ay (f**a**ce, m**a**de) V (**v**ie, ha**v**e) A (comm**a**, **a**go)
0 commit comments