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 packages/cozy-konnector-libs/src/libs/BaseKonnector.spec.js
● Test suite failed to run
TypeError: The "original" argument must be of type function. Received undefined
at Object.<anonymous> (node_modules/open/index.js:9:17)
at Object.<anonymous> (node_modules/cozy-client/dist/cli/index.js:18:36)
One workaround was found defining Q directly by his path "const { Q } = require('cozy-client/dist/queries/dsl')"
In this case a BaseKonnector test was failling but the Q import was in saveIdentity.js, that was in import in BaseKonnector.js
See this commit for more info konnectors/libs@7041229
The text was updated successfully, but these errors were encountered:
When using cozy-client 33.2.0 (was not present in 29.1.2, huge upgrade)
If we import Q the normal way "const { Q } = require('cozy-client')", one test is failing a weird way. This test was a success in 29.1.2.
https://app.travis-ci.com/github/konnectors/libs/jobs/585325959#L456
One workaround was found defining Q directly by his path "const { Q } = require('cozy-client/dist/queries/dsl')"
In this case a BaseKonnector test was failling but the Q import was in saveIdentity.js, that was in import in BaseKonnector.js
See this commit for more info
konnectors/libs@7041229
The text was updated successfully, but these errors were encountered: