exercism / typescript-test-runner

GNU Affero General Public License v3.0
1 stars 4 forks source link

feat(test-runner-v3): append task ID to output result #30

Closed jelorivera08 closed 2 years ago

jelorivera08 commented 2 years ago

Issue: https://github.com/exercism/typescript-test-runner/issues/16

Implementation details:

SleeplessByte commented 2 years ago

(@jelorivera08 making some more changes to make this deployable)

SleeplessByte commented 2 years ago

Thank you for working on this. In the we solved this without any function call, by order of describes, and parsing the test file's AST.