@@ -18,8 +18,8 @@ describe('output config', () => {
1818 const esm0BaseNames = ( files . esm0 ?? [ ] ) . map ( ( p ) => basename ( p ) ) ;
1919 const esm1BaseNames = ( files . esm1 ?? [ ] ) . map ( ( p ) => basename ( p ) ) ;
2020
21- expect ( esm0BaseNames . some ( ( n ) => / ^ 0 ~ 1 8 8 \. j s $ / . test ( n ) ) ) . toBeTruthy ( ) ;
22- expect ( esm1BaseNames . some ( ( n ) => / ^ 1 ~ 1 8 8 \. j s $ / . test ( n ) ) ) . toBeTruthy ( ) ;
21+ expect ( esm0BaseNames . some ( ( n ) => / ^ 0 ~ 1 5 9 \. j s $ / . test ( n ) ) ) . toBeTruthy ( ) ;
22+ expect ( esm1BaseNames . some ( ( n ) => / ^ 1 ~ 1 5 9 \. j s $ / . test ( n ) ) ) . toBeTruthy ( ) ;
2323 } ) ;
2424
2525 test ( 'should prefix index for multi-compiler builds (with filename)' , async ( ) => {
@@ -41,10 +41,10 @@ describe('output config', () => {
4141 const esm1BaseNames = ( files . esm1 ?? [ ] ) . map ( ( p ) => basename ( p ) ) ;
4242
4343 expect (
44- esm0BaseNames . some ( ( n ) => / ^ 0 ~ 1 8 8 \. \w + \. j s $ / . test ( n ) ) ,
44+ esm0BaseNames . some ( ( n ) => / ^ 0 ~ 1 5 9 \. \w + \. j s $ / . test ( n ) ) ,
4545 ) . toBeTruthy ( ) ;
4646 expect (
47- esm1BaseNames . some ( ( n ) => / ^ 1 ~ 1 8 8 \. \w + \. j s $ / . test ( n ) ) ,
47+ esm1BaseNames . some ( ( n ) => / ^ 1 ~ 1 5 9 \. \w + \. j s $ / . test ( n ) ) ,
4848 ) . toBeTruthy ( ) ;
4949 } ) ;
5050
@@ -64,13 +64,13 @@ describe('output config', () => {
6464 ) ;
6565
6666 expect (
67- files . esm0 ! . some ( ( n ) => / s t a t i c 1 \/ j s \/ 0 ~ 1 8 8 \. j s $ / . test ( n ) ) ,
67+ files . esm0 ! . some ( ( n ) => / s t a t i c 1 \/ j s \/ 0 ~ 1 5 9 \. j s $ / . test ( n ) ) ,
6868 ) . toBeTruthy ( ) ;
6969 expect (
7070 files . esm0 ! . some ( ( n ) => / s t a t i c 1 \/ j s \/ l i b 1 \. j s $ / . test ( n ) ) ,
7171 ) . toBeTruthy ( ) ;
7272 expect (
73- files . esm0 ! . some ( ( n ) => / s t a t i c 2 \/ j s \/ 1 ~ 1 8 8 \. \w + \. j s $ / . test ( n ) ) ,
73+ files . esm0 ! . some ( ( n ) => / s t a t i c 2 \/ j s \/ 1 ~ 1 5 9 \. \w + \. j s $ / . test ( n ) ) ,
7474 ) . toBeTruthy ( ) ;
7575 expect (
7676 files . esm0 ! . some ( ( n ) => / s t a t i c 2 \/ j s \/ l i b 2 \. \w + \. j s $ / . test ( n ) ) ,
0 commit comments