eslint-plugin-ava icon indicating copy to clipboard operation
eslint-plugin-ava copied to clipboard

Suggest `t.throws` for things like `catch`, `exception`, `error`. Also other synonyms?

Open forivall opened this issue 7 years ago • 3 comments

Just an idea I'm throwing out: it would be nice to add in suggestions for synonyms and typos when someone can't remember the name of an assertion correctly. In my case just now it was that i couldn't remember throws, but it would be nice for ok -> pass, equals -> is, etc.

forivall avatar Jun 23 '17 00:06 forivall

Good idea!

sindresorhus avatar Jun 23 '17 00:06 sindresorhus

ok -> pass

This is not correct though. Should be: ok -> truthy At least that's how ok works in many other test runners.

sindresorhus avatar Jun 23 '17 00:06 sindresorhus

For a list of things to warn about, see the list of assertions here (at least those who don't match our names) and their aliases: https://github.com/substack/tape#tokvalue-msg

sindresorhus avatar Jun 23 '17 00:06 sindresorhus