Skip to content

Commit

Permalink
test folder should be excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed May 27, 2024
1 parent 817d98e commit d57122c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function fetchType(types: string[]) {
return type;
}

async function fetchText(
export async function fetchText(
field: string,
maxLength?: number,
minLength?: number
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}
},
"exclude": ["src/test/**/*.ts", "node_modules"],
}

0 comments on commit d57122c

Please sign in to comment.