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
Detox override's (jests) expect with its own version, which only works for detox matchers/testers. Since I'm running e2e tests, I'm also testing other things (e.g. get value from DB and just run expect(dbValue).toBe(expectedValue)), but these things don't work anymore. Would it be possible to change expect so it is still compatible with jests?
As a workaround I'm just using jestExpect = expect before initializing detox right now which works fine, but feels kind of hacky.
The text was updated successfully, but these errors were encountered:
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the detox tag.
Detox override's (jests)
expect
with its own version, which only works for detox matchers/testers. Since I'm running e2e tests, I'm also testing other things (e.g. get value from DB and just runexpect(dbValue).toBe(expectedValue)
), but these things don't work anymore. Would it be possible to changeexpect
so it is still compatible with jests?As a workaround I'm just using
jestExpect = expect
before initializing detox right now which works fine, but feels kind of hacky.The text was updated successfully, but these errors were encountered: