Update test-components-js.md

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
Signed-off-by: Sander <info@mesander.com>
This commit is contained in:
Sander 2024-08-20 09:10:13 +02:00 committed by GitHub
parent 7cc1c633c8
commit 5250d5e3cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ test('should work', async ({ mount }) => {
```
If using TypeScript and Vue make sure to add a `vue.d.ts` file to your project:
```ts
```js
declare module '*.vue';
```