mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
add TSX extension new test
This commit is contained in:
parent
7b6d7fb65e
commit
e01c95d094
@ -451,4 +451,23 @@ index 0000000..7cccc5b
|
|||||||
+TODO: Render Liquid file
|
+TODO: Render Liquid file
|
||||||
+{% assign featured_product = all_products["product_handle"] %}
|
+{% assign featured_product = all_products["product_handle"] %}
|
||||||
+{% render "product", product: featured_product %}
|
+{% render "product", product: featured_product %}
|
||||||
+{% endcomment %}
|
+{% 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 (
|
||||||
|
+ <div>
|
||||||
|
+ {/*
|
||||||
|
+ TODO: use styled component library
|
||||||
|
+ */}
|
||||||
|
+ </div>
|
||||||
|
+ );
|
||||||
|
+}
|
||||||
Loading…
Reference in New Issue
Block a user