Chris Kang

Results 34 comments of Chris Kang

@codeinabox it seems like they're not working. I have tests that are: 1. NOT WORKING ``` describe.each([1,2])('Given %s' , (number)=>{ it.each(['a','b'])(' should print %s', (string)=>{ expect(number).toBe(number); { it(' should print...

@codeinabox that's correct. I just pulled down the latest update on vim-test, and apparently there was a fix around playwright test [#682](https://github.com/vim-test/vim-test/pull/682). When I tested, it looks like it is...

Given I have these tests: ``` describe('Given number is 1', () => { it.each(['a', 'b'])('should print %s', string => { expect(string).toBe(string); { it('should print a', () => { expect(number).toBe(number); });...

Has there been any update on this yet?

Thanks so much! Wish i could be more helpful to contribute but I'm not too familiar with vim script..😅

That makes sense. Looking forward too try out the patch when it's fixed..!

@codeinabox thanks so much! I've been waiting on this..!

I'm also experiencing this. When I create a comment using `:Octo comment add`, it seems to be okay. But when I use the keybindings `ca`, it creates 3 comments