I am in the process of transferring a large number of JUnit tests to test TypeScript code on Node.js. While I understand that annotations are still an experimental feature in TypeScript/JavaScript, my goal is to utilize the familiar @Before
, @Test
, and @After
source annotations similar to those in JUnit.
Additionally, having the output in the same JUnit XML format would be highly beneficial.