mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Parallelize TypeScript declaration tests.
This commit is contained in:
parent
4d4aab6bd4
commit
8dbfe965e9
4 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,6 @@ import { lint as lintPromise, readConfig as readConfigPromise } from "../../lib/
|
|||
import { lint as lintSync, readConfig as readConfigSync } from "../../lib/exports-sync.mjs";
|
||||
|
||||
import assert from "assert";
|
||||
// @ts-expect-error TS7016: Could not find a declaration file for module 'markdown-it-sub'.
|
||||
import markdownItSub from "markdown-it-sub";
|
||||
const markdownlintJsonPath = "../../.markdownlint.json";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue