I'm looking to port a significant number of tests written in JUnit to test TypeScript code on Node.js. I know that annotations are an experimental feature in TypeScript/JavaScript, but ideally, it would use the same @Before, @Test, and @After source annotations that JUnit does.
Output in the same JUnit XML format would be plus as well.