Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Stripe is putting out console warnings in tests

Open
#1,403 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
32/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript
Domain
testing-qa

Research direction

Run the affected tests with ember-exam and trace the Stripe.js console.warn back through the test and integration setup. Determine whether the tests contact the Stripe API; done means the warning no longer pollutes test output, either by avoiding its cause or by intentionally suppressing it when unavoidable.

Written by the indexing model from the issue text.

Description

Difficulty: Medium Priority: Low Skill: JavaScript Skill: Stripe Skill: Testing Time: 2 hours

Problem

A bunch of our tests, when executed, output a console.warn into the terminal, with

You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS.

This pollutes the test output, which

  • makes it more difficult to see which test failed when executing ember-exam
  • makes it more difficult to see why and which tests failed on circle
  • implies our tests may be contacting the stripe API, which possibly should not have to happen

We should

  • identify where the warning is being called
  • figure out if it's due to contacting the stripe API
  • figure out how to either avoid, or, if not possible, squelch it
Dominant language
JavaScript
Stars
120
Forks
75
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from code-corps/code-corps-ember

All issues in code-corps/code-corps-ember

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.