Created by: tuchk4
There is wrong expect function:
- it is called but not imported
- it is called as jest expect but
chai
is used for e2e tests
btw. Maybe there should be throw Error
instead of it => expect
Created by: tuchk4
There is wrong expect function:
chai
is used for e2e testsbtw. Maybe there should be throw Error
instead of it => expect