Nikunj Yadav
Nikunj Yadav
On commit `7537cfb92128df82e26d14197bfdd87f8b72a0e6` Using node v14.17.4 ``` TS2786: 'Chart' cannot be used as a JSX component. Its instance type 'ReactApexChart' is not a valid JSX element. The types returned by...
Supporting wildcard in kotest launcher based on the discussion here https://github.com/kotest/kotest/issues/2416#issuecomment-1233595843 I am extending the `testpath` to support wildcard. In the future we can support regexes with very small changes....
### Description of the feature request: Ability to run a single kotest test so that not all the tests need to run. If you write kotest today it is possible...
This plugin works amazing with gradle. Is it possible to extend this to get it to work with Bazel. Plugin already does the heavy lift of identifying the specs and...