Skip to content

Commit 7e36d77

Browse files
Sergey KoshelSergei Koshel
Sergey Koshel
and
Sergei Koshel
authored
fix: added missing import of the Cheerio type (fix #1526) (#1527)
Co-authored-by: Sergei Koshel <[email protected]>
1 parent 35dacdc commit 7e36d77

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)