question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggestion: Testing guidance

See original GitHub issue

I see there is a config for jest an some mention of coverage, but I don’t see anything on testing in the docs.

I think it’d be nice to see any of the following:

  • A testing section in the docs
  • An example test, so npm test does something
  • Coverage turned on by default
  • Maybe some more complex test examples which touch on graphql component testing etc

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
oiwncommented, Feb 21, 2018

@jonoirwinrsa i resolved it via proxy object.

{
  moduleNameMapper: { '^.+\\.(css|less|scss)$': 'identity-obj-proxy' }
}

in jest.config.js

0reactions
leebensoncommented, Aug 3, 2018

There’s currently no test runner in the new 3.0.0 kit, but adding one will be fairly trivial when I’ve settled on an option. There’s a lot of changes since the last ReactQL version, so I ripped it out for speed. Feel free to add whichever you like best.

Read more comments on GitHub >

github_iconTop Results From Across the Web

COVID-19 Testing: What You Need to Know - CDC
Learn about testing for COVID-19, including the types of tests, ... For guidance on using tests to determine which mitigations are recommended as...
Read more >
Updated COVID-19 Testing Guidance
Updates as of September 15, 2022: Updated guidance on using antigen testing to end isolation. Updated references to applicable guidance for ...
Read more >
Exposed to COVID? New FDA guidelines suggest 3 at-home ...
New suggested COVID testing guidelines from the FDA recommends three at-home tests be administered, even if you don't have symptoms.
Read more >
Recommendations for SARS-CoV-2/COVID-19 testing
Background Testing used in screening, diagnosis and follow-up of COVID-19 has been a subject of debate. Several organisations have developed formal advice ......
Read more >
CDC declines to add Covid testing recommendation ... - CNBC
The updated guidance comes after the CDC faced criticism last week for shortening its recommended isolation period without asking for people ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found