From e01c95d094310d8729eedc6936a164a7fe65e0e8 Mon Sep 17 00:00:00 2001 From: unclebabykern Date: Mon, 1 Jul 2024 17:47:49 -0600 Subject: [PATCH] add TSX extension new test --- tests/test_new.diff | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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