Make Azure account name and bucket name configurable

This commit is contained in:
richard-dds
2019-08-05 11:36:19 -04:00
parent 94b6b320fb
commit 6405d9b958
4 changed files with 20 additions and 11 deletions

View File

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