Parallelize TypeScript declaration tests.

This commit is contained in:
David Anson 2025-01-03 23:13:08 -08:00
parent 4d4aab6bd4
commit 8dbfe965e9
4 changed files with 5 additions and 4 deletions

View file

@ -1 +1 @@
type-check.js
type-check-*

View file

@ -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";