@windward/games 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ import Vuetify from 'vuetify'
6
6
  import Vue from 'vue'
7
7
  Vue.use(Vuetify)
8
8
 
9
- describe('MultipleChocie', () => {
9
+ describe('MultipleChoice', () => {
10
10
  test('is a Vue instance', () => {
11
11
  const wrapper = shallowMount(MultipleChoice, {
12
12
  propsData: {
@@ -49,11 +49,13 @@ describe('WordJumble manager', () => {
49
49
  id: 1,
50
50
  value: '',
51
51
  hint: '',
52
+ shuffledWord: '',
52
53
  },
53
54
  {
54
55
  id: 2,
55
56
  value: '',
56
57
  hint: '',
58
+ shuffledWord: '',
57
59
  },
58
60
  ])
59
61
  })
@@ -78,6 +80,7 @@ describe('WordJumble manager', () => {
78
80
  id: 1,
79
81
  value: '',
80
82
  hint: '',
83
+ shuffledWord: '',
81
84
  },
82
85
  ])
83
86
  })