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

Imports #3

Open
kbrown opened this issue Nov 18, 2020 · 1 comment
Open

Imports #3

kbrown opened this issue Nov 18, 2020 · 1 comment

Comments

@kbrown
Copy link

kbrown commented Nov 18, 2020

Should work with React version > 15 <= 17.x ideally

@kbrown
Copy link
Author

kbrown commented Nov 19, 2020

Unfortunately I'm getting test failures on my fork after attempting to upgrade

FAIL test/Component.js (6.43 s)

✓ Should render (35 ms)
✕ Should handle keys sequently without timeout (5031 ms)
✕ Should handle keys sequently with timeout (4 ms)

● › Should handle keys sequently without timeout

: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error:

  70 | 
  71 | 
> 72 |   it('Should handle keys sequently without timeout', function() {
     |   ^
  73 |     var child = createChild();
  74 |     var created = createComponent({
  75 |       keys: ['t', 'e', 's', 't']

  at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
  at Suite.<anonymous> (test/Component.js:72:3)
  at Object.<anonymous> (test/Component.js:45:1)

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