Victorien Elvinger

Results 336 comments of Victorien Elvinger

We can ship a first version which supports the most common usages. `describe`, `test`, and `it` are widely used by test frameworks (AVA, Jasmine, Jest, Mocha, Tape, ...). I am...

> Maybe could be a configuration option, but having a comment above a skipped test explaining _why_ it was skipped can be extremely useful. Is this something we could consider?...

> I think this rule will allow you to use .skip, and doesn't force you to explain why you are skipping? Oh yes, sorry I misread your request. I think...

@TaKO8Ki Are you still interest in? Otherwise, I would like to fix the issue :)

@MrTact Could you update the playground link? Without a proper repro we cannot address the issue.

@remojansen Otherwise, we could extract all side-efect imports and put them together at the start. This could change the output of Test B to: ```js import '@projectx/theme/src/normalize.css'; import './index.css'; import...

This is intentional. Unsafe fixes cannot be automatically applied.