docs: add error annotation (#13533)

pull/13541/head
Rich Harris 3 months ago committed by GitHub
parent 3d30067370
commit 2b0741fa11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -208,6 +208,7 @@ export default config;
You can now start writing tests. These are totally unaware of Svelte as a framework, so you mainly interact with the DOM and write assertions.
```js
// @errors: 2307 7031
/// file: tests/hello-world.spec.js
import { expect, test } from '@playwright/test';

Loading…
Cancel
Save