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 779dd69 commit d8edafcCopy full SHA for d8edafc
tests/setup.js
@@ -3,8 +3,7 @@ import Vue from 'vue'
3
import * as VTU from '@vue/test-utils'
4
import { installCompat as installVTUCompat, fullCompatConfig } from 'vue-test-utils-compat'
5
6
-const useVue3 = 'USE_VUE3' in process.env
7
-if (useVue3) {
+if (Vue.configureCompat) {
8
Vue.configureCompat({
9
MODE: 2,
10
ATTR_FALSE_VALUE: 'suppress-warning',
0 commit comments