From a4244ece3e1fd67a784673c6d4503ddee9808c3a Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 10 Nov 2021 09:50:51 -0500 Subject: [PATCH] Adding description for unit test --- src/commonComponents/radioQuestion/radioQuestion.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonComponents/radioQuestion/radioQuestion.spec.js b/src/commonComponents/radioQuestion/radioQuestion.spec.js index 2a3b2d988..7da128d0b 100644 --- a/src/commonComponents/radioQuestion/radioQuestion.spec.js +++ b/src/commonComponents/radioQuestion/radioQuestion.spec.js @@ -2,7 +2,7 @@ import { shallowMount } from '@vue/test-utils'; import radioQuestion from './radioQuestion'; describe('radioQuestion.vue', () => { - it("Should render the 'questionText' prop value as a span value for the radio question.", () => { + it("Should render the 'questionText' prop value as a span value for the radio question and the 'answer' values should render as text values for radio components.", () => { // Act const wrapper = shallowMount(radioQuestion, { propsData: {