Strider
Strider
@isuvorov 50% of time it works 100% effective
#6106; #6008 shared symptoms
I had that in my experience. Try adding dummy test as a first test. This what is mine looks like: ```js var n = 1 var emit = (m) =>...
I think you've already did 1-2-1-2 with: ```js add('sigma:grammar:1', () => parseSigmaGrammar(SAMPLE)), add('sigma:defer:1', () => parseSigmaDefer(SAMPLE)), add('sigma:grammar:2', () => parseSigmaGrammar(SAMPLE)), add('sigma:defer:2', () => parseSigmaDefer(SAMPLE)), ``` The picture looks very similar...
> My guess is the only reliable approach these days would be to fork the process before running each test. I think the same more and more. Somehow zero test...
@juanpamm I've managed to fix my issue with this https://github.com/mui/material-ui/issues/33875#issuecomment-2063585831
I'm using esm and I've tried switch to `c8` because I got some issues with `nyc + esm` previously. Everythings seems to work OK, however, today I've noticed that in...
@nwoolls I've been using nyc + ts-mocha and it reports proper numbers for my project.
@nwoolls I had something similar. I think this is due to chai v5 ESM migration. I decided to stick with v4, maybe for an extended time. Chai CJS has been...
@gabeotisbenson afaik, null character is an internal indicator of some rollup feature (like skip import or smth, I'm not sure). I've faced it before with typescript plugin in similar error....