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 6ed9ff2 commit 406f163Copy full SHA for 406f163
test/module.test.js
@@ -71,7 +71,7 @@ test('detect missing translation', t => {
71
})
72
73
test('fallback custom directive', t => {
74
- const { ast, render, errors } = compile(`<p v-t="'foo.bar'"></p>`)
+ const { ast, errors } = compile(`<p v-t="'foo.bar'"></p>`)
75
t.falsy(ast.i18n)
76
t.deepEqual(ast.directives[0], { name: 't', rawName: 'v-t', value: '\'foo.bar\'', arg: null, modifiers: undefined })
77
t.deepEqual(errors, [])
0 commit comments