@@ -222,7 +222,7 @@ Invalid React Native Storybook build in directory /static`
222222 announcedBuild : { browsers : [ 'android' ] } ,
223223 } as any ;
224224 await expect ( validateFiles ( ctx ) ) . rejects . toThrow (
225- `→ This build is missing the \` storybook.apk\` file required for React Native Storybook for Android.
225+ `→ This build is missing the storybook.apk file required for React Native Storybook for Android.
226226 Please ensure that the file is present in the output directory and named correctly before running the CLI.
227227
228228Invalid React Native Storybook build in directory /static`
@@ -296,7 +296,7 @@ Invalid React Native Storybook build in directory /static`
296296 announcedBuild : { browsers : [ 'ios' ] } ,
297297 } as any ;
298298 await expect ( validateFiles ( ctx ) ) . rejects . toThrow (
299- `→ This build is missing the \` storybook.app\` file required for React Native Storybook for iOS.
299+ `→ This build is missing the storybook.app file required for React Native Storybook for iOS.
300300 Please ensure that the file is present in the output directory and named correctly before running the CLI.
301301
302302Invalid React Native Storybook build in directory /static`
@@ -319,8 +319,8 @@ Invalid React Native Storybook build in directory /static`
319319 announcedBuild : { browsers : [ 'android' , 'ios' ] } ,
320320 } as any ;
321321 await expect ( validateFiles ( ctx ) ) . rejects . toThrow (
322- ` → This build is missing the \` storybook.app\` (iOS) and \` storybook.apk\` (Android) files required for React Native Storybook.
323- Please ensure that the files are present in the output directory and named correctly before running the CLI.
322+ `→ This build is missing the storybook.app (iOS) and storybook.apk (Android) files required for React Native Storybook.
323+ Please ensure that the files are present in the output directory and named correctly before running the CLI.
324324
325325Invalid React Native Storybook build in directory /static`
326326 ) ;
0 commit comments