Skip to content

Commit 2b0741f

Browse files
authored
docs: add error annotation (#13533)
1 parent 3d30067 commit 2b0741f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/05-misc/02-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export default config;
208208
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.
209209

210210
```js
211+
// @errors: 2307 7031
211212
/// file: tests/hello-world.spec.js
212213
import { expect, test } from '@playwright/test';
213214

0 commit comments

Comments
 (0)