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
2
node_modules/code-excerpt/readme.md
generated
vendored
2
node_modules/code-excerpt/readme.md
generated
vendored
|
|
@ -11,7 +11,7 @@ $ npm install --save code-excerpt
|
|||
## Usage
|
||||
|
||||
```js
|
||||
const codeExcerpt = require('code-excerpt');
|
||||
import codeExcerpt from 'code-excerpt';
|
||||
|
||||
const source = `
|
||||
'use strict';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue