Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Improve error message for unknown assertion

Compare
Choose a tag to compare
@bartveneman bartveneman released this 24 Dec 22:08
· 15 commits to master since this release

before:

Could not assert 'stylesheet.size'. Is your config correct? Did you mean stylesheets.size

after:

Could not assert 'stylesheet.size'. Did you mean 'stylesheets.size'?