@@ -25,7 +25,9 @@ test('Options test', (t) => {
25
25
trash : true ,
26
26
combine_features : true ,
27
27
uncombine_features : true
28
- }
28
+ } ,
29
+ coldSourceOptions : { } ,
30
+ hotSourceOptions : { }
29
31
} ;
30
32
t . deepEquals ( defaultOptions , Draw . options ) ;
31
33
t . deepEquals ( styleWithSourcesFixture , Draw . options . styles ) ;
@@ -52,7 +54,9 @@ test('Options test', (t) => {
52
54
trash : true ,
53
55
combine_features : true ,
54
56
uncombine_features : true
55
- }
57
+ } ,
58
+ coldSourceOptions : { } ,
59
+ hotSourceOptions : { }
56
60
} ;
57
61
58
62
t . deepEquals ( defaultOptions , Draw . options ) ;
@@ -79,7 +83,9 @@ test('Options test', (t) => {
79
83
trash : false ,
80
84
combine_features : false ,
81
85
uncombine_features : false
82
- }
86
+ } ,
87
+ coldSourceOptions : { } ,
88
+ hotSourceOptions : { }
83
89
} ;
84
90
t . deepEquals ( defaultOptions , Draw . options ) ;
85
91
t . end ( ) ;
@@ -105,7 +111,9 @@ test('Options test', (t) => {
105
111
trash : false ,
106
112
combine_features : false ,
107
113
uncombine_features : false
108
- }
114
+ } ,
115
+ coldSourceOptions : { } ,
116
+ hotSourceOptions : { }
109
117
} ;
110
118
111
119
t . deepEquals ( defaultOptions , Draw . options ) ;
@@ -132,7 +140,9 @@ test('Options test', (t) => {
132
140
trash : true ,
133
141
combine_features : true ,
134
142
uncombine_features : true
135
- }
143
+ } ,
144
+ coldSourceOptions : { } ,
145
+ hotSourceOptions : { }
136
146
} ;
137
147
138
148
t . deepEquals ( defaultOptions , Draw . options ) ;
@@ -159,7 +169,9 @@ test('Options test', (t) => {
159
169
trash : true ,
160
170
combine_features : true ,
161
171
uncombine_features : true
162
- }
172
+ } ,
173
+ coldSourceOptions : { } ,
174
+ hotSourceOptions : { }
163
175
} ;
164
176
t . deepEquals ( defaultOptions , Draw . options ) ;
165
177
t . deepEquals ( styleWithSourcesFixture , Draw . options . styles ) ;
0 commit comments