Skip to content

Commit 94cab0f

Browse files
committed
updated snapshot testing enzyme
1 parent f6b298e commit 94cab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bottom/CodePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type CodePreviewProps = {
1717
toggleCodeEdit(): void;
1818
codeReadOnly: boolean;
1919
};
20-
20+
// comment out delete
2121
class CodePreview extends Component<CodePreviewProps> {
2222
//checking if the code has been asigned yet or not
2323
//if no then generate code and asign to a focus component

0 commit comments

Comments
 (0)