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:
Kulbhushan Kaushik 2022-12-06 07:37:42 -05:00 committed by GitHub
commit 2b66300178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
name: "make-question",
data() {
return {
makes: Array,
makes: [],
};
},
props: {