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:
parent
21530f507f
commit
bea5e4b220
160 changed files with 2647 additions and 2263 deletions
10
node_modules/ava/index.d.ts
generated
vendored
10
node_modules/ava/index.d.ts
generated
vendored
|
|
@ -1,9 +1,9 @@
|
|||
import type {TestFn} from './types/test-fn';
|
||||
import type {TestFn} from './types/test-fn.js';
|
||||
|
||||
export * from './types/assertions';
|
||||
export * from './types/try-fn';
|
||||
export * from './types/test-fn';
|
||||
export * from './types/subscribable';
|
||||
export * from './types/assertions.js';
|
||||
export * from './types/try-fn.js';
|
||||
export * from './types/test-fn.js';
|
||||
export * from './types/subscribable.js';
|
||||
|
||||
/** Call to declare a test, or chain to declare hooks or test modifiers */
|
||||
declare const test: TestFn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue