alexjeffburke / chai-better-shallow-deep-equal

MIT License
3 stars 0 forks source link

Property 'shallowDeepEqual' does not exist on type 'Assertion'. #4

Closed kamiloski closed 3 years ago

kamiloski commented 3 years ago

Hi, I was trying to add chai-better-shallow-deep-equal to my cypress ts project. I have added to my support/index.js import chai_better_shallow_deep_equal from 'chai-better-shallow-deep-equal'; chai.use(chai_better_shallow_deep_equal); but when I use it in test i get TS error Property 'shallowDeepEqual' does not exist on type 'Assertion'. What should I do?

As I can see you have added types, but its not working for me