Skip to content

Commit df2f621

Browse files
authored
test: unskip stubs test (#459)
1 parent 2bfc73f commit df2f621

File tree

2 files changed

+313
-306
lines changed

2 files changed

+313
-306
lines changed

test/resources/utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import Vue from 'vue'
44
import { shallow, mount } from '~vue/test-utils'
55
import { renderToString } from '~vue/server-test-utils'
66

7-
export const VUE_TEST_UTILS_PATH = '../../packages/test-utils'
8-
export const VUE_TEST_UTILS_SERVER_PATH = '../../packages/server-test-utils'
9-
107
export const vueVersion = Number(`${Vue.version.split('.')[0]}.${Vue.version.split('.')[1]}`)
118

129
export const isRunningJSDOM = navigator.userAgent.includes && navigator.userAgent.includes('jsdom')

0 commit comments

Comments
 (0)