Skip to content

Commit b0b77d3

Browse files
committed
chore(test): fix test
1 parent ea26196 commit b0b77d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/example-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ it("example", () => {
2828
const inputPatterns = ["a \\w+"];
2929

3030
const results = matchPatterns(inputText, inputPatterns);
31-
console.log(results);
3231
assert.deepStrictEqual(results, [{ match: "a pen", startIndex: 8, endIndex: 13 }]);
3332
});

0 commit comments

Comments
 (0)