From 5250d5e3cfaf14b33ee49821ee4d9e69b64cde7d Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 20 Aug 2024 09:10:13 +0200 Subject: [PATCH] Update test-components-js.md Co-authored-by: Dmitry Gozman Signed-off-by: Sander --- docs/src/test-components-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-components-js.md b/docs/src/test-components-js.md index fcf022947f..0d8aad2fd1 100644 --- a/docs/src/test-components-js.md +++ b/docs/src/test-components-js.md @@ -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'; ```