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:
parent
7cc1c633c8
commit
5250d5e3cf
|
|
@ -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:
|
If using TypeScript and Vue make sure to add a `vue.d.ts` file to your project:
|
||||||
|
|
||||||
```ts
|
```js
|
||||||
declare module '*.vue';
|
declare module '*.vue';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue