Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
12
node_modules/ava/entrypoints/main.d.ts
generated
vendored
Normal file
12
node_modules/ava/entrypoints/main.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import type {TestFn} from '../types/test-fn.cjs';
|
||||
|
||||
export * from '../types/assertions.cjs';
|
||||
export * from '../types/try-fn.cjs';
|
||||
export * from '../types/test-fn.cjs';
|
||||
export * from '../types/subscribable.cjs';
|
||||
|
||||
/** Call to declare a test, or chain to declare hooks or test modifiers */
|
||||
declare const test: TestFn;
|
||||
|
||||
/** Call to declare a test, or chain to declare hooks or test modifiers */
|
||||
export default test;
|
||||
Loading…
Add table
Add a link
Reference in a new issue