From 7ea5d10727a524189ca6463b26ae6cd4d2a9e05b Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Wed, 24 Jun 2026 17:18:59 -0400 Subject: [PATCH] GAUD-10114: fix test categories --- d2l-test-reporting.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/d2l-test-reporting.config.json b/d2l-test-reporting.config.json index 98a758f8..8bfdb746 100644 --- a/d2l-test-reporting.config.json +++ b/d2l-test-reporting.config.json @@ -1,6 +1,10 @@ { "tool": "UI Platform & Components", "overrides": [ + { + "pattern": "./test/**/*.ctor.js", + "type": "UI Unit" + }, { "pattern": "./test/**/*.test.js", "type": "UI Unit"