Open
Description
Bug Report
Prerequisites
- Can you reproduce the problem?
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you perform a cursory search?
For more information, see the CONTRIBUTING
guide.
Description
I'm trying to contribute but I can't get the tests to run.
Console Errors:
npm run test
:

Steps to Reproduce
- Clone this repo
- npm install && npm run build
- npm run test
Expected behavior: Tests run, failures are reported
Actual behavior: tests never run
NOTE: I tried npm run test:cjs
and npx mocha
with the same results
Additional Context
I'm creating failures to make sure the tests SHOULD have some output (the failure should be reported, at the least) and nothing:
describe("RetryHandlerOptions.ts", () => {
describe("Constructor", () => {
it("just fails", () => {
expect.fail("Hi");
});
I'm on nodejs@18.12.0 and npm@8.19.2
Usage Information
n/a
Metadata
Metadata
Assignees
Labels
No labels