diff --git a/jest.config.js b/jest.config.js
index 0c50d4c75..590e0f0a9 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -13,6 +13,8 @@ module.exports = {
"!src/router/**/*.js",
"!src/helpers/unit-test-helper.js",
"!src/layouts/vehicle-damage/windshield-options/windshield-options.vue",
+ "!src/layouts/molding-questions/**/*.vue",
+ "!src/layouts/capability-questions/**/*.vue",
"!src/layouts/part-questions/**/*.vue",
"!src/layouts/reveal/**/*.vue",
"!src/ux-components/text-link/**/*.vue",
diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue
index e2678d2db..18c6c5408 100644
--- a/src/common-components/button-question/button-question.vue
+++ b/src/common-components/button-question/button-question.vue
@@ -7,6 +7,7 @@