Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7d49193

Browse files
committed
Add tsx tests
1 parent 72b04d7 commit 7d49193

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Examples.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ languages :: [LanguageExample]
8383
languages =
8484
[ le "python" ".py" "examples" (Just "script/known_failures.txt")
8585
, le "ruby" ".rb" "examples" (Just "script/known_failures.txt")
86-
, le "typescript" ".ts" "examples" (Just "script/known_failures.txt")
86+
, le "typescript" ".ts" "examples" (Just "typescript/script/known_failures.txt")
87+
, le "typescript" ".tsx" "examples" (Just "typescript/script/known_failures.txt")
8788
, le "typescript" ".js" "examples" Nothing -- parse JavaScript with TypeScript parser.
8889
, le "go" ".go" "examples" (Just "script/known-failures.txt")
8990

0 commit comments

Comments
 (0)