@@ -94,9 +94,6 @@ describe("TestCache", () => {
94
94
"static/react.svg",
95
95
]
96
96
` ) ;
97
- expect (
98
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
99
- ) . toMatchInlineSnapshot ( `Array []` ) ;
100
97
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
101
98
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
102
99
@@ -192,9 +189,6 @@ describe("TestCache", () => {
192
189
"static/react.svg",
193
190
]
194
191
` ) ;
195
- expect (
196
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
197
- ) . toMatchInlineSnapshot ( `Array []` ) ;
198
192
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
199
193
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
200
194
@@ -297,9 +291,6 @@ describe("TestCache", () => {
297
291
"main.js",
298
292
]
299
293
` ) ;
300
- expect (
301
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
302
- ) . toMatchInlineSnapshot ( `Array []` ) ;
303
294
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
304
295
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
305
296
@@ -402,9 +393,6 @@ describe("TestCache", () => {
402
393
"main.js",
403
394
]
404
395
` ) ;
405
- expect (
406
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
407
- ) . toMatchInlineSnapshot ( `Array []` ) ;
408
396
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
409
397
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
410
398
@@ -428,7 +416,7 @@ describe("TestCache", () => {
428
416
) ;
429
417
const fileSystemCacheDirectory = path . resolve (
430
418
__dirname ,
431
- "./js/.cache/type-filesystem"
419
+ "./js/.cache/type-filesystem-asset-modules "
432
420
) ;
433
421
434
422
await del ( [ outputPath , fileSystemCacheDirectory ] ) ;
@@ -513,9 +501,6 @@ describe("TestCache", () => {
513
501
"static/react.svg",
514
502
]
515
503
` ) ;
516
- expect (
517
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
518
- ) . toMatchInlineSnapshot ( `Array []` ) ;
519
504
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
520
505
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
521
506
@@ -539,7 +524,7 @@ describe("TestCache", () => {
539
524
) ;
540
525
const fileSystemCacheDirectory = path . resolve (
541
526
__dirname ,
542
- "./js/.cache/type-filesystem"
527
+ "./js/.cache/type-filesystem-file-loader "
543
528
) ;
544
529
545
530
await del ( [ outputPath , fileSystemCacheDirectory ] ) ;
@@ -624,9 +609,6 @@ describe("TestCache", () => {
624
609
"static/react.svg",
625
610
]
626
611
` ) ;
627
- expect (
628
- Array . from ( stats . compilation . emittedAssets ) . sort ( )
629
- ) . toMatchInlineSnapshot ( `Array []` ) ;
630
612
expect ( stats . compilation . warnings ) . toHaveLength ( 0 ) ;
631
613
expect ( stats . compilation . errors ) . toHaveLength ( 0 ) ;
632
614
0 commit comments