vbardales / chai-properties

Properties matcher for chai that assert values have all the same attributes and values without asserting strict object equality.
16 stars 9 forks source link

fix the bug treat different date as the same #8

Closed stormslowly closed 7 years ago

stormslowly commented 8 years ago

as the title

damonmaria commented 7 years ago

I've been stuck importing this pull as my package for months. yarn doesn't like the pull package version syntax and so I'm back here again. Can this be merged if possible? Please.

stormslowly commented 7 years ago

@damonmaria
have you tried install it as npm install 51ulong/chai-properties , it works in my projects with npm

you can try it with yarn

damonmaria commented 7 years ago

Yes, that's what I'm using. Thanks @stormslowly. Also, I submitted an issue against Yarn: https://github.com/yarnpkg/yarn/issues/1610