From 2d5f323bb4da3cdedc5814491f841e4154478f69 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 14 Nov 2024 20:04:18 -0400 Subject: checks, yaml, etc: pass find to filterReferenceErrors --- data-tests/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data-tests') diff --git a/data-tests/index.js b/data-tests/index.js index 3901db07..91fd7f4d 100644 --- a/data-tests/index.js +++ b/data-tests/index.js @@ -4,7 +4,7 @@ import {fileURLToPath} from 'node:url'; import chokidar from 'chokidar'; import {colors, logError, logInfo, logWarn, parseOptions} from '#cli'; -import {bindFind, getAllFindSpecs} from '#find'; +import find, {bindFind, getAllFindSpecs} from '#find'; import {isMain} from '#node-utils'; import {getContextAssignments} from '#repl'; import {bindOpts, showAggregate} from '#sugar'; @@ -33,6 +33,7 @@ async function main() { const watcher = chokidar.watch(metaDirname); const wikiData = await quickLoadAllFromYAML(dataPath, { + find, bindFind, getAllFindSpecs, -- cgit 1.3.0-6-gf8a5