File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ describe('', () => {
4949 it ( 'StoreRegistry throws error for retrieving unregistered store' , ( ) => {
5050 expect . assertions ( 1 ) ;
5151 expect ( ( ) => StoreRegistry . getStoreGenerator ( 'foobar' ) ) . toThrow (
52- / C o u l d n o t f i n d s t o r e r e g i s t e r e d w i t h n a m e ' f o o b a r ' \. R e g i s t e r e d s t o r e n a m e s i n c l u d e / ,
52+ / C o u l d n o t f i n d s t o r e g e n e r a t o r r e g i s t e r e d w i t h n a m e f o o b a r \. R e g i s t e r e d s t o r e g e n e r a t o r n a m e s i n c l u d e / ,
5353 ) ;
5454 } ) ;
5555
@@ -73,7 +73,7 @@ describe('', () => {
7373 it ( 'StoreRegistry throws error for retrieving unregistered hydrated store' , ( ) => {
7474 expect . assertions ( 1 ) ;
7575 expect ( ( ) => StoreRegistry . getStore ( 'foobar' ) ) . toThrow (
76- / C o u l d n o t f i n d h y d r a t e d s t o r e w i t h n a m e ' f o o b a r ' \. H y d r a t e d s t o r e n a m e s i n c l u d e / ,
76+ / C o u l d n o t f i n d h y d r a t e d s t o r e r e g i s t e r e d w i t h n a m e f o o b a r \. R e g i s t e r e d h y d r a t e d s t o r e n a m e s i n c l u d e / ,
7777 ) ;
7878 } ) ;
7979
You can’t perform that action at this time.
0 commit comments