We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For more information, see the CONTRIBUTING guide.
CONTRIBUTING
I'm trying to contribute but I can't get the tests to run.
Console Errors:
npm run test:
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
npm run test:cjs
npx mocha
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 [email protected] and [email protected]
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Prerequisites
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
Expected behavior: Tests run, failures are reported
Actual behavior: tests never run
NOTE: I tried
npm run test:cjs
andnpx mocha
with the same resultsAdditional Context
I'm creating failures to make sure the tests SHOULD have some output (the failure should be reported, at the least) and nothing:
I'm on [email protected] and [email protected]
Usage Information
n/a
The text was updated successfully, but these errors were encountered: