We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78a863 commit 74125c8Copy full SHA for 74125c8
test/options.test.js
@@ -240,18 +240,12 @@ describe('options', () => {
240
},
241
{
242
client: {
243
- needClientEntry: {
244
- success: [true, () => {}],
245
- failure: [''],
246
- },
+ needClientEntry: true,
247
248
249
250
251
- needHotEntry: {
252
253
254
+ needHotEntry: true,
255
256
257
],
0 commit comments