mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Move micromark.cjs helpers from lib to helpers so it can be used by code in both locations.
This commit is contained in:
parent
1461ad6272
commit
08b31da0aa
5 changed files with 122 additions and 122 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import fs from "node:fs/promises";
|
||||
import test from "ava";
|
||||
import { newLineRe } from "../helpers/helpers.js";
|
||||
import { parse } from "../lib/micromark.cjs";
|
||||
import { parse } from "../helpers/micromark.cjs";
|
||||
|
||||
test("parse", async(t) => {
|
||||
t.plan(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue