Skip to content

Commit

Permalink
fix: added missing import of the Cheerio type (fix #1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Koshel committed May 15, 2020
1 parent 66c5038 commit ffb4c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server-test-utils/types/index.d.ts
@@ -1,5 +1,6 @@
import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions, Component } from 'vue'
import { DefaultProps, PropsDefinition } from 'vue/types/options'
import * as Cheerio from 'cheerio'

/**
* Utility type to declare an extended Vue constructor
Expand Down

0 comments on commit ffb4c88

Please sign in to comment.