Adding description for unit test

This commit is contained in:
Max 2021-11-10 09:50:51 -05:00
parent e4a7f30c77
commit a4244ece3e

View file

@ -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: {