Fix uploader test and refactor makeTestWrapper to accept data fn

This commit is contained in:
richard-dds
2019-08-05 11:19:21 -04:00
parent 3d414e1a60
commit 81a478915d
7 changed files with 69 additions and 27 deletions

View File

@@ -9,6 +9,9 @@ const WrapperComponent = makeTestWrapper({
checkboxinput,
},
templatePath: 'checkbox_input_template.html',
data: function() {
return { initialvalue: this.initialData }
}
})
describe('CheckboxInput Renders Correctly', () => {