From 2a4897e0c567fee064e77fe057872803b0d96ac6 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Thu, 27 Aug 2026 15:56:02 -0500 Subject: [PATCH] Add circle CI call to new tests --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5effc0bb2..cc6bd8d82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,6 +82,9 @@ jobs: - run: name: Test - HTML sanitization command: npm run test:safehtml + - run: + name: Test - Helpers + command: npm run test:helpers - run: name: Test - Coverage command: npm run test:coverage