Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza committed May 28, 2024
1 parent 2e5f45d commit 2c9c6f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/codemods/src/migrations/consolidate-props/testing.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is to test the consolidate-props codemode with `yarn lg codemod consolidate-props tools/codemods/src/migrations/consolidate-props/testing.tsx`

import React from 'react';

const MyComponent = (props: any) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is to test the rename-component-prop codemode with `yarn lg codemod rename-component-prop tools/codemods/src/migrations/rename-component-prop/testing.tsx`

import React from 'react';

const MyComponent = (props: any) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is to test the update-component-prop-value codemode with `yarn lg codemod update-component-prop-value tools/codemods/src/migrations/update-component-prop-value/testing.tsx`

import React from 'react';

const MyComponent = (props: any) => {
Expand Down

0 comments on commit 2c9c6f3

Please sign in to comment.