You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Fix the two failed tests after moving to jest
The text was updated successfully, but these errors were encountered: