avajs / babel

Babel provider for AVA.
11 stars 3 forks source link

Additional patterns so espower can be used with the new `t.try()` assertion #14

Open novemberborn opened 5 years ago

novemberborn commented 5 years ago

https://github.com/avajs/ava/pull/1947 landed a new t.try() assertion. It's experimental, one of the reasons for which is that this preset doesn't recognize it yet.

We need to allow additional patterns for espower, depending on the outcome of this issue on our ESLint plugin: https://github.com/avajs/eslint-plugin-ava/issues/273.