Merge pull request #63 from Safelite/defect/Digital/SSR-155
Resolve warning in unit test regarding Invalid prop type check failed for prop "answers"
This commit is contained in:
commit
2b66300178
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
name: "make-question",
|
name: "make-question",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
makes: Array,
|
makes: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue