Skip to content

Commit ea7f898

Browse files
committed
chore: browser: Linkifier: increment
1 parent 91a79e9 commit ea7f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/Linkifier.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe('Linkifier', () => {
210210
let count = 0;
211211
linkifier.registerLinkMatcher(/test/, () => assert.fail(), {
212212
validationCallback: (url, cb) => {
213-
++count;
213+
count++;
214214
if (count === 2) {
215215
done();
216216
}

0 commit comments

Comments
 (0)