Skip to content

Commit 406f163

Browse files
committed
👕 refactor(eslint): fix lint error
1 parent 6ed9ff2 commit 406f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/module.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test('detect missing translation', t => {
7171
})
7272

7373
test('fallback custom directive', t => {
74-
const { ast, render, errors } = compile(`<p v-t="'foo.bar'"></p>`)
74+
const { ast, errors } = compile(`<p v-t="'foo.bar'"></p>`)
7575
t.falsy(ast.i18n)
7676
t.deepEqual(ast.directives[0], { name: 't', rawName: 'v-t', value: '\'foo.bar\'', arg: null, modifiers: undefined })
7777
t.deepEqual(errors, [])

0 commit comments

Comments
 (0)