Skip to content

Commit 4269cdd

Browse files
committed
Ignore
1 parent 1431da5 commit 4269cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/format-test-lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const FORMAT_TEST_DIRECTORY = path.join(PROJECT_ROOT, "tests/format/");
1010
const TEST_SCRIPT_FILE_NAME = "format.test.js";
1111
const SNAPSHOTS_DIRECTORY_NAME = "__snapshots__";
1212
const IGNORED = new Set([
13-
path.join(FORMAT_TEST_DIRECTORY, "markdown/spec/remark-bug"),
13+
path.join(FORMAT_TEST_DIRECTORY, "markdown/spec-legacy/remark-bug"),
1414
]);
1515

1616
async function* checkDirectory(directory) {

0 commit comments

Comments
 (0)