How to test?
Open
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 238
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
If I have a function which takes Types like `Node` or `Statement` or `InterfaceDeclaration` etc. is there a possibility to test these without creating a file and a project?
how would you to test:
`function(node: Node): PropertySignatureStructure[] {}`
`function(statement: Statement): PropertySignatureStructure[] {}`
`function(interface: InterfaceDeclaration): PropertySignatureStructure[] {}`
Contributor guide
Assessment
This issue has not been assessed yet.