Skip to content

Commit ffb4c88

Browse files
author
Sergei Koshel
committed
fix: added missing import of the Cheerio type (fix #1526)
1 parent 66c5038 commit ffb4c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server-test-utils/types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions, Component } from 'vue'
22
import { DefaultProps, PropsDefinition } from 'vue/types/options'
3+
import * as Cheerio from 'cheerio'
34

45
/**
56
* Utility type to declare an extended Vue constructor

0 commit comments

Comments
 (0)