diff --git a/tests/test_new.diff b/tests/test_new.diff index efba12c..6a58acc 100644 --- a/tests/test_new.diff +++ b/tests/test_new.diff @@ -451,4 +451,23 @@ index 0000000..7cccc5b +TODO: Render Liquid file +{% assign featured_product = all_products["product_handle"] %} +{% render "product", product: featured_product %} -+{% endcomment %} \ No newline at end of file ++{% endcomment %} +diff --git a/tests/example_file.tsx b/tests/example_file.tsx +new file mode 100644 +index 0000000..7cccc5b +--- /dev/null ++++ b/tests/example_file.tsx +@@ -0,0 +1,13 @@ ++// TODO: rename component ++export default async function Component() { ++ /* TODO: Use state here ++ labels: client */ ++ ++ return ( ++
++ {/* ++ TODO: use styled component library ++ */} ++
++ ); ++} \ No newline at end of file