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

View file

@ -90,7 +90,7 @@ function load(projectDir, overrides) {
const helper = Object.freeze({
classifyFile: classifyForESLint,
classifyImport: importPath => {
classifyImport(importPath) {
if (hasExtension(globs.extensions, importPath)) {
// The importPath has one of the test file extensions: we can classify
// it directly.

2
node_modules/ava/entrypoints/index.d.cts generated vendored Normal file
View file

@ -0,0 +1,2 @@
export {default} from '../index.js';
export * from '../index.js';

1
node_modules/ava/entrypoints/plugin.d.cts generated vendored Normal file
View file

@ -0,0 +1 @@
export * from '../plugin.js'