Skip to content

Commit

Permalink
don't filter for wasm-go codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Aug 23, 2022
1 parent 5d3356d commit 47b2556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schema/bind/src/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function fetchTestCases(): TestCases {
const outputLanguages = fs
.readdirSync(outputDir, { withFileTypes: true })
.filter((item: fs.Dirent) => item.isDirectory())
.filter((item: fs.Dirent) => item.name == "wasm-go")
.map((item: fs.Dirent) => {
return {
language: item.name,
Expand Down

0 comments on commit 47b2556

Please sign in to comment.