connor4312 / connor4312/nodejs-testing
Dynamically named tests are missing
Open
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

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.