@@ -744,8 +744,8 @@ describe('checkAlerts', () => {
744744 } ;
745745
746746 // Mock the getMetadata function
747- jest . mock ( '@hyperdx/common-utils/dist/metadata' , ( ) => ( {
748- ...jest . requireActual ( '@hyperdx/common-utils/dist/metadata' ) ,
747+ jest . mock ( '@hyperdx/common-utils/dist/core/ metadata' , ( ) => ( {
748+ ...jest . requireActual ( '@hyperdx/common-utils/dist/core/ metadata' ) ,
749749 getMetadata : jest . fn ( ) . mockReturnValue ( mockMetadata ) ,
750750 } ) ) ;
751751
@@ -1009,8 +1009,8 @@ describe('checkAlerts', () => {
10091009 } ;
10101010
10111011 // Mock the getMetadata function
1012- jest . mock ( '@hyperdx/common-utils/dist/metadata' , ( ) => ( {
1013- ...jest . requireActual ( '@hyperdx/common-utils/dist/metadata' ) ,
1012+ jest . mock ( '@hyperdx/common-utils/dist/core/ metadata' , ( ) => ( {
1013+ ...jest . requireActual ( '@hyperdx/common-utils/dist/core/ metadata' ) ,
10141014 getMetadata : jest . fn ( ) . mockReturnValue ( mockMetadata ) ,
10151015 } ) ) ;
10161016
@@ -1264,8 +1264,8 @@ describe('checkAlerts', () => {
12641264 } ;
12651265
12661266 // Mock the getMetadata function
1267- jest . mock ( '@hyperdx/common-utils/dist/metadata' , ( ) => ( {
1268- ...jest . requireActual ( '@hyperdx/common-utils/dist/metadata' ) ,
1267+ jest . mock ( '@hyperdx/common-utils/dist/core/ metadata' , ( ) => ( {
1268+ ...jest . requireActual ( '@hyperdx/common-utils/dist/core/ metadata' ) ,
12691269 getMetadata : jest . fn ( ) . mockReturnValue ( mockMetadata ) ,
12701270 } ) ) ;
12711271
@@ -1496,8 +1496,8 @@ describe('checkAlerts', () => {
14961496 } ;
14971497
14981498 // Mock the getMetadata function
1499- jest . mock ( '@hyperdx/common-utils/dist/metadata' , ( ) => ( {
1500- ...jest . requireActual ( '@hyperdx/common-utils/dist/metadata' ) ,
1499+ jest . mock ( '@hyperdx/common-utils/dist/core/ metadata' , ( ) => ( {
1500+ ...jest . requireActual ( '@hyperdx/common-utils/dist/core/ metadata' ) ,
15011501 getMetadata : jest . fn ( ) . mockReturnValue ( mockMetadata ) ,
15021502 } ) ) ;
15031503
0 commit comments