Skip to content
New issue

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

react-bootstrap test failures #13

Open
veeramarni opened this issue Apr 21, 2017 · 0 comments
Open

react-bootstrap test failures #13

veeramarni opened this issue Apr 21, 2017 · 0 comments

Comments

@veeramarni
Copy link
Collaborator

Fix the two failed tests after moving to jest

 FAIL  src/__test__/index.test.tsx (20.27s)
  ● redux-bootstrap › Should be able to bootstrap applications. › Should be able to interact.

    Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.

      at Timeout.callback [as _onTimeout] (../../node_modules/jsdom/lib/jsdom/browser/Window.js:523:19)
      at ontimeout (timers.js:365:14)
      at tryOnTimeout (timers.js:237:5)
      at Timer.listOnTimeout (timers.js:207:5)
  ● redux-bootstrap › Should bootstrap trigger callbacks when they are given through RouterParams › Should
 be able to trigger onError callback when error occurs when doing transition in routes

    expect(received).toEqual(expected)

    Expected value to equal:
      true
    Received:
      false

      at Object.<anonymous> (src/__test__/file:/Users/veeramarni/Documents/eclipse/workspace/phoneapps/dev
elopment/projects/IDE/react-frontend-server-stack/packages/redux-bootstrap/src/__test__/index.test.tsx:334
:33)
      at Timeout.callback [as _onTimeout] (../../node_modules/jsdom/lib/jsdom/browser/Window.js:523:19)
      at ontimeout (timers.js:365:14)
      at tryOnTimeout (timers.js:237:5)
      at Timer.listOnTimeout (timers.js:207:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant