We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
console.log
1 parent 9888aca commit 3a3e2c5Copy full SHA for 3a3e2c5
test/regex.test.ts
@@ -3,7 +3,6 @@ import { metadataRegex } from "../src/regex";
3
4
describe("metadataRegex", () => {
5
it("should match metadata", () => {
6
- console.log(metadataRegex.source);
7
expect(
8
metadataRegex.test(`---
9
title: Pancakes
0 commit comments