Update ava to 4.3.3

The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3)
mention compatibility with Node 18.8.
This commit is contained in:
Henry Mercer 2022-09-02 18:02:07 +01:00
parent 21530f507f
commit bea5e4b220
160 changed files with 2647 additions and 2263 deletions

7
node_modules/supertap/readme.md generated vendored
View file

@ -21,7 +21,7 @@ $ npm install supertap
## Usage
```js
const supertap = require('supertap');
import * as supertap from 'supertap';
console.log(supertap.start());
@ -121,8 +121,3 @@ Type: `number`<br>
Default: `0`
Number of tests that passed, failed, skipped or marked as todo. `crashed` is a special option, which adds to failed test count in the output, but not total test count. AVA uses it to count unhandled exceptions.
## License
MIT © [Vadim Demedes](https://github.com/vadimdemedes)