Skip to content

Commit 5848c05

Browse files
authored
Merge pull request #7299 from nextcloud/fix(test)-add-expected-value-to-global-variable
2 parents c59e61d + 7bec591 commit 5848c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/setup.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Vue.prototype.t = global.t
1212
Vue.prototype.n = global.n
1313
Vue.prototype.OC = global.OC
1414
Vue.prototype.OCA = global.OCA
15+
// suppress errors from not-explicitly-imported @nc-vue component
16+
global.appName = 'text'

0 commit comments

Comments
 (0)