connor4312 / connor4312/nodejs-testing

Dynamically named tests are missing

Open
#39 4 comments 6 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
67
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Dynamically named tests like
```ts
void test("JSON tests", async (context) => {
const input = ...;
await context.test(`Converts ${input} parquet to JSON`, async () => {
...
});
});
```
don't appear in the test explorer although they do run
![image](https://github.com/connor4312/nodejs-testing/assets/7661709/0f3a74f0-2318-4844-9856-36ad55911adc)

And if there's a failure I only get a `1 subtest failed` message without any other details.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.