We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d30067 commit 2b0741fCopy full SHA for 2b0741f
documentation/docs/05-misc/02-testing.md
@@ -208,6 +208,7 @@ export default config;
208
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.
209
210
```js
211
+// @errors: 2307 7031
212
/// file: tests/hello-world.spec.js
213
import { expect, test } from '@playwright/test';
214
0 commit comments