From 131342253ccc00b2d3c5d6c60f2512a15f5f7943 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 21 Jun 2026 13:58:54 +0000 Subject: [PATCH] Apply suggestions from code review of branch smoke_test_components Co-authored-by: Beth Probert --- webapp/src/tests/unit/allComponents.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/tests/unit/allComponents.spec.js b/webapp/src/tests/unit/allComponents.spec.js index 00c47c30..7a4bc377 100644 --- a/webapp/src/tests/unit/allComponents.spec.js +++ b/webapp/src/tests/unit/allComponents.spec.js @@ -36,7 +36,7 @@ const componentModules = import.meta.glob( const skipList = ["loggingContent.vue"]; /** - * Test description this is a fast unit test + * Test description: this is a fast unit test * The objective of this testing is find early * component loading issues like bad component setups */