2
2
3
3
exports [` Default reducer Get countries 1` ] = `
4
4
Object {
5
+ " allCountries" : Array [],
5
6
" countries" : Array [
6
7
Object {
7
8
" country" : " Afghanistan" ,
@@ -23,6 +24,7 @@ Object {
23
24
24
25
exports [` Default reducer Get countries error 1` ] = `
25
26
Object {
27
+ " allCountries" : Array [],
26
28
" countries" : Array [
27
29
Object {
28
30
" country" : " Afghanistan" ,
@@ -44,6 +46,7 @@ Object {
44
46
45
47
exports [` Default reducer Get skill tags 1` ] = `
46
48
Object {
49
+ " allCountries" : Array [],
47
50
" countries" : Array [],
48
51
" loadingSkillTagsError" : false ,
49
52
" skillTags" : Array [
@@ -59,6 +62,7 @@ Object {
59
62
60
63
exports [` Default reducer Get skill tags error 1` ] = `
61
64
Object {
65
+ " allCountries" : Array [],
62
66
" countries" : Array [],
63
67
" loadingSkillTagsError" : true ,
64
68
" skillTags" : Array [
@@ -74,13 +78,15 @@ Object {
74
78
75
79
exports [` Default reducer Initial state 1` ] = `
76
80
Object {
81
+ " allCountries" : Array [],
77
82
" countries" : Array [],
78
83
" skillTags" : Array [],
79
84
}
80
85
` ;
81
86
82
87
exports [` Factory without server side rendering Get countries 1` ] = `
83
88
Object {
89
+ " allCountries" : Array [],
84
90
" countries" : Array [
85
91
Object {
86
92
" country" : " Afghanistan" ,
@@ -102,6 +108,7 @@ Object {
102
108
103
109
exports [` Factory without server side rendering Get countries error 1` ] = `
104
110
Object {
111
+ " allCountries" : Array [],
105
112
" countries" : Array [
106
113
Object {
107
114
" country" : " Afghanistan" ,
@@ -123,6 +130,7 @@ Object {
123
130
124
131
exports [` Factory without server side rendering Get skill tags 1` ] = `
125
132
Object {
133
+ " allCountries" : Array [],
126
134
" countries" : Array [],
127
135
" loadingSkillTagsError" : false ,
128
136
" skillTags" : Array [
@@ -138,6 +146,7 @@ Object {
138
146
139
147
exports [` Factory without server side rendering Get skill tags error 1` ] = `
140
148
Object {
149
+ " allCountries" : Array [],
141
150
" countries" : Array [],
142
151
" loadingSkillTagsError" : true ,
143
152
" skillTags" : Array [
@@ -153,6 +162,7 @@ Object {
153
162
154
163
exports [` Factory without server side rendering Initial state 1` ] = `
155
164
Object {
165
+ " allCountries" : Array [],
156
166
" countries" : Array [],
157
167
" skillTags" : Array [],
158
168
}
0 commit comments