From 086c757edc38237c307c0249e8198ecb77b5e1d7 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Fri, 26 Apr 2024 09:23:48 +0700 Subject: [PATCH] chore(web): actually links new test-runner test into lm-worker/build.sh --- common/web/lm-worker/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/web/lm-worker/build.sh b/common/web/lm-worker/build.sh index 96906a66123..c45a5e192e0 100755 --- a/common/web/lm-worker/build.sh +++ b/common/web/lm-worker/build.sh @@ -129,6 +129,8 @@ function do_test() { fi c8 mocha --recursive $MOCHA_FLAGS ./src/test/mocha/cases/ + + web-test-runner --config ./src/test/test-runner/web-test-runner.config.mjs } builder_run_action configure verify_npm_setup