par(md): fix remove directive in tests
This commit is contained in:
parent
e909e21d7a
commit
7c1d876b36
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ Deno.test({
|
||||||
|
|
||||||
Deno.test({
|
Deno.test({
|
||||||
name: "should parse all document",
|
name: "should parse all document",
|
||||||
only: true,
|
|
||||||
fn: () => {
|
fn: () => {
|
||||||
const par = new MarkdownParser();
|
const par = new MarkdownParser();
|
||||||
|
|
||||||
|
|
Reference in a new issue