Skip to content

Commit 3fc9196

Browse files
authored
chore: include tests/conf in test runs (#15610)
1 parent ee7c5d1 commit 3fc9196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const NODE = "node ", // intentional extra space
7373
JSON_FILES = find("conf/").filter(fileType("json")),
7474
MARKDOWNLINT_IGNORED_FILES = fs.readFileSync(path.join(__dirname, ".markdownlintignore"), "utf-8").split("\n"),
7575
MARKDOWN_FILES_ARRAY = find("docs/").concat(ls(".")).filter(fileType("md")).filter(file => !MARKDOWNLINT_IGNORED_FILES.includes(file)),
76-
TEST_FILES = "\"tests/{bin,lib,tools}/**/*.js\"",
76+
TEST_FILES = "\"tests/{bin,conf,lib,tools}/**/*.js\"",
7777
PERF_ESLINTRC = path.join(PERF_TMP_DIR, "eslintrc.yml"),
7878
PERF_MULTIFILES_TARGET_DIR = path.join(PERF_TMP_DIR, "eslint"),
7979
PERF_MULTIFILES_TARGETS = `"${PERF_MULTIFILES_TARGET_DIR + path.sep}{lib,tests${path.sep}lib}${path.sep}**${path.sep}*.js"`,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy