From 44e0539068a303648a13bda1e1d7dfa710a5c6ee Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 Apr 2022 12:22:44 -0400 Subject: [PATCH] unit test fixes --- .../textbox-question/textbox-question.vue | 2 +- src/helpers/damage-helper.spec.js | 15 +++++++++++++ .../heritage-integration/navigation-helper.js | 4 ++-- src/ux-components/alert/alert.spec.js | 21 ------------------- 4 files changed, 18 insertions(+), 24 deletions(-) create mode 100644 src/helpers/damage-helper.spec.js diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index ea72124b9..a98b1e255 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -1,5 +1,5 @@