Skip to content

Commit

Permalink
Remove TypeScript target testing temporarily. (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Dec 15, 2023
1 parent 5792cf2 commit b8d48a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _scripts/what-to-test.sh
Expand Up @@ -44,7 +44,8 @@ do
done

ttargets=""
for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3" "TypeScript"
# remove temporarily TODO add back: "TypeScript"
for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3"
do
if [ ${targets[$t]} -ne 0 ]
then
Expand Down

0 comments on commit b8d48a5

Please sign in to comment.