connor4312 / connor4312/nodejs-testing
Tests are not nested nor reported on correctly
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
I have a test file with multiple describe functions. They are all siblings, i.e. `Start XTDB`, `Set Data Source Items`, `Import Records` and `Valid Times` are all on the same level but the test explorer picks them up as nested.

This means I can't run them from vs-code nor see their results.
If I run `Query Tests` runs the test suit fine but clicking on a erroneously nested describe suite like `Import Records` just leaves the runner waiting.
Running the test from the command line `node --env-file=.env_test --import tsx --test **/*.test.ts` runs all test suites fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.