File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
packages/create-cedar-app Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -691,11 +691,13 @@ async function createRedwoodApp() {
691691
692692 tui . drawText (
693693 [
694- `${ RedwoodStyling . redwood ( '-' . repeat ( 66 ) ) } ` ,
695- `-- ${ ' ' . repeat ( 14 ) } π²π² ${ RedwoodStyling . header (
696- 'Welcome to CedarJS!' ,
697- ) } π²π²${ ' ' . repeat ( 14 ) } --`,
698- `${ RedwoodStyling . redwood ( '-' . repeat ( 66 ) ) } ` ,
694+ '' ,
695+ 'π²π²π²π²π²' ,
696+ 'π²π²' ,
697+ `π²π² ${ RedwoodStyling . header ( 'Welcome to CedarJS!' ) } ` ,
698+ 'π²π²' ,
699+ 'π²π²π²π²π²' ,
700+ '' ,
699701 ] . join ( '\n' ) ,
700702 )
701703
Original file line number Diff line number Diff line change @@ -59,9 +59,13 @@ describe('create-cedar-app', () => {
5959
6060 expect ( p . exitCode ) . toEqual ( 0 )
6161 expect ( p . stdout ) . toMatchInlineSnapshot ( `
62- "------------------------------------------------------------------
63- -- π²π² Welcome to CedarJS! π²π² --
64- ------------------------------------------------------------------
62+ "
63+ π²π²π²π²π²
64+ π²π²
65+ π²π² Welcome to CedarJS!
66+ π²π²
67+ π²π²π²π²π²
68+
6569 [?25lβ Checking node and yarn compatibility
6670 [?25h[?25lβ Compatibility checks passed
6771 [?25hβ Creating your Redwood app in ./redwood-app based on command line argument
You canβt perform that action at this time.
0 commit comments