We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e8fbc commit 7443281Copy full SHA for 7443281
test/e2e/util/data.go
@@ -37,9 +37,6 @@ func GetCategoryLanguageCombinations() []CategoryLanguageTuple {
37
tuples := make([]CategoryLanguageTuple, 0)
38
for _, category := range extension.Categories {
39
for _, language := range extension.Languages {
40
- if language != "tinygo" {
41
- continue
42
- }
43
tuples = append(tuples, CategoryLanguageTuple{category, language})
44
}
45
0 commit comments