postcss / postcss-load-config

Autoload Config for PostCSS
MIT License
638 stars 71 forks source link

chore: fix error assertions #264

Closed brc-dd closed 2 months ago

brc-dd commented 2 months ago

Notable Changes

.catch + match/equals doesn't assert that a particular call throws error. It just asserts IF an error is thrown it will satisfy assertions inside. Consequently, it will pass the test even if something doesn't throw while it should.

Type

SemVer

Checklist

ai commented 2 months ago

Thanks!