diff --git a/jest.config.js b/jest.config.js
index 0a063507d..a2522e0ac 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -12,6 +12,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 ee9ecdbad..a4ee6b330 100644
--- a/src/common-components/button-question/button-question.vue
+++ b/src/common-components/button-question/button-question.vue
@@ -7,6 +7,7 @@