We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c59e61d + 7bec591 commit 5848c05Copy full SHA for 5848c05
src/tests/setup.mjs
@@ -12,3 +12,5 @@ Vue.prototype.t = global.t
12
Vue.prototype.n = global.n
13
Vue.prototype.OC = global.OC
14
Vue.prototype.OCA = global.OCA
15
+// suppress errors from not-explicitly-imported @nc-vue component
16
+global.appName = 'text'
0 commit comments