Skip to content

Commit c7a152e

Browse files
authored
Merge pull request #19 from dev-five-git/fix-dep-issue
Fix dep issue
2 parents 10bb7eb + 152afcf commit c7a152e

28 files changed

+2831
-426
lines changed

src/__tests__/__snapshots__/code.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`registerCodegen should register codegen 1`] = `
66
"code":
77
"export function Test() {
88
return <Box boxSize="100%" />
9-
}"
9+
}"
1010
,
1111
"language": "TYPESCRIPT",
1212
"title": "Test - Components",
@@ -19,7 +19,7 @@ echo 'import { Box } from \\'@devup-ui/react\\'
1919
2020
export function Test() {
2121
return <Box boxSize="100%" />
22-
}' > src/components/Test.tsx"
22+
}' > src/components/Test.tsx"
2323
,
2424
"language": "BASH",
2525
"title": "Test - Components CLI (Bash)",
@@ -33,7 +33,7 @@ import { Box } from '@devup-ui/react'
3333
3434
export function Test() {
3535
return <Box boxSize="100%" />
36-
}
36+
}
3737
'@ | Out-File -FilePath src\\components\\Test.tsx -Encoding UTF8"
3838
,
3939
"language": "BASH",

0 commit comments

Comments
 (0)