This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ function updateIndexFile(options: PwaOptions): Rule {
91
91
. join ( '\n' ) ;
92
92
93
93
const bodyTagIndent = getIndent ( closingBodyTagLine ) + ' ' ;
94
- const itemsToAddToBody = '<noscript>Please enable Javascript to continue using this application.</noscript>'
94
+ const itemsToAddToBody
95
+ = '<noscript>Please enable Javascript to continue using this application.</noscript>' ;
95
96
96
97
const textToInsertIntoBody = bodyTagIndent + itemsToAddToBody ;
97
98
Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ describe('PWA Schematic', () => {
93
93
94
94
expect ( content ) . toMatch ( / < l i n k r e l = " m a n i f e s t " h r e f = " m a n i f e s t .j s o n " > / ) ;
95
95
expect ( content ) . toMatch ( / < m e t a n a m e = " t h e m e - c o l o r " c o n t e n t = " # 1 9 7 6 d 2 " > / ) ;
96
- expect ( content ) . toMatch ( / < n o s c r i p t > P l e a s e e n a b l e J a v a s c r i p t t o c o n t i n u e u s i n g t h i s a p p l i c a t i o n .< \/ n o s c r i p t > / ) ;
96
+ expect ( content )
97
+ . toMatch ( / < n o s c r i p t > P l e a s e e n a b l e J a v a s c r i p t t o c o n t i n u e u s i n g t h i s a p p l i c a t i o n .< \/ n o s c r i p t > / ) ;
97
98
} ) ;
98
99
99
100
it ( 'should update the build and test assets configuration' , ( ) => {
You can’t perform that action at this time.
0 commit comments