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
I'm working on a fairly complex app and trying to build out a thorough test suite. I was hoping to test the parent of the cytoscape component, and even to drill into the cytoscape instance in the tests. Unfortunately, unless I use shallowMount, it takes about 90 seconds to bind the value to the component state.
I'm working on a fairly complex app and trying to build out a thorough test suite. I was hoping to test the parent of the
cytoscape
component, and even to drill into the cytoscape instance in the tests. Unfortunately, unless I useshallowMount
, it takes about 90 seconds to bind the value to the component state.Bind Cy: 86007ms
This isn't a problem while serving or building - only in the test. Any thoughts on what the issue might be?
The text was updated successfully, but these errors were encountered: