Giter Club home page Giter Club logo

Comments (7)

JodusNodus avatar JodusNodus commented on July 30, 2024

Not sure what test you are running as there is no test included in the repo. Testing is done manually since it needs a webcam and stuff. Mocking all that would be more work than testing it manual every release.

from react-qr-reader.

mattermoran avatar mattermoran commented on July 30, 2024

Just tried recreating this on the new project.
So first i created new project using create-react-app.
Run npm test and get this:
screen shot 2017-08-28 at 19 41 17
Then i install react-qr-reader and use code from the example. Now if I try npm test i get this:
screen shot 2017-08-28 at 19 47 16

Here's the code from npm test:

`import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';

it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render(, div);
});`

from react-qr-reader.

JodusNodus avatar JodusNodus commented on July 30, 2024

Aah i see, react-qr-reader uses web workers. To create the web worker new Worker(url) is used. You could mock that but the module makes use of the web worker extensibly & other browser API's like WebRTC. It would be much easier to not test the component.

from react-qr-reader.

mattermoran avatar mattermoran commented on July 30, 2024

How to ignore it so test passes?

from react-qr-reader.

JodusNodus avatar JodusNodus commented on July 30, 2024

Use shallow rendering (http://airbnb.io/enzyme/docs/api/shallow.html). This way the QR reader component shouldn't be rendered.

from react-qr-reader.

mattermoran avatar mattermoran commented on July 30, 2024

alright, thank a lot for a quick response and the module. It works great for my app!

from react-qr-reader.

JodusNodus avatar JodusNodus commented on July 30, 2024

Happy to help, great to hear 👍 .

from react-qr-reader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.