We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc73f commit df2f621Copy full SHA for df2f621
test/resources/utils.js
@@ -4,9 +4,6 @@ import Vue from 'vue'
4
import { shallow, mount } from '~vue/test-utils'
5
import { renderToString } from '~vue/server-test-utils'
6
7
-export const VUE_TEST_UTILS_PATH = '../../packages/test-utils'
8
-export const VUE_TEST_UTILS_SERVER_PATH = '../../packages/server-test-utils'
9
-
10
export const vueVersion = Number(`${Vue.version.split('.')[0]}.${Vue.version.split('.')[1]}`)
11
12
export const isRunningJSDOM = navigator.userAgent.includes && navigator.userAgent.includes('jsdom')
0 commit comments