mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
For generate test cases like:
```js
{
code: dedent`
afterAll(async (done) => {
await myAsyncTask();
done();
});
`,
errors: [{ messageId: 'useAwaitInsteadOfCallback', line: 1, column: 17 }],
},
```
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| template.txt | ||