Skip to content

Commit 289e7b9

Browse files
Update tests/lib/script-setup-vars.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 0615fb3 commit 289e7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/script-setup-vars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ruleTester = new RuleTester({
2222
// Tests
2323
// ------------------------------------------------------------------------------
2424

25-
describe('vue-eslint-parser should to properly mark the variables used in the template', () => {
25+
describe('vue-eslint-parser should properly mark the variables used in the template', () => {
2626
ruleTester.run('no-unused-vars', ruleNoUnusedVars, {
2727
valid: [
2828
{

0 commit comments

Comments
 (0)