Skip to content

Commit 3490080

Browse files
author
kingdaro
committed
add missing semicolons
1 parent a0a87ea commit 3490080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/tests/errors.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('Errors', () => {
125125
" ${mixin};",
126126
" color: blue;",
127127
"`"
128-
]
128+
];
129129

130130
openMockFile(server, mockFileName, lines.join('\n'));
131131

@@ -135,6 +135,6 @@ describe('Errors', () => {
135135
const errorResponse = getFirstResponseOfType('semanticDiagnosticsSync', server);
136136
assert.isTrue(errorResponse.success);
137137
assert.strictEqual(errorResponse.body.length, 0);
138-
})
138+
});
139139
})
140140
})

0 commit comments

Comments
 (0)