Skip to content

Commit

Permalink
Allows running and providing coverage for TS tests and code (#995)
Browse files Browse the repository at this point in the history
* TS support/coverage
* Update api.json
* Doc updates
  • Loading branch information
maier49 authored and jason0x43 committed Nov 8, 2019
1 parent abbaaae commit 0943145
Show file tree
Hide file tree
Showing 16 changed files with 6,945 additions and 6,445 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ applications. It can be used to test _any_ JavaScript code.
- Plain JavaScript code, in any module format (or no module format!)
- Web pages generated by server-side languages (like Java, PHP, or Ruby)
- Native or hybrid iOS, Android, and Firefox OS applications
- TypeScript code when running in Node, with no additional config

Intern is minimally prescriptive and enforces only a basic set of best practices
designed to ensure your tests stay maintainable over time. Its extensible
Expand Down

0 comments on commit 0943145

Please sign in to comment.