Skip to content

Commit 3a3e2c5

Browse files
committed
chore: remove console.log
1 parent 9888aca commit 3a3e2c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/regex.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { metadataRegex } from "../src/regex";
33

44
describe("metadataRegex", () => {
55
it("should match metadata", () => {
6-
console.log(metadataRegex.source);
76
expect(
87
metadataRegex.test(`---
98
title: Pancakes

0 commit comments

Comments
 (0)