Results 89 comments of Craig Spence
trafficstars

Hmm, could you try it *without* the TypeScript test, but with the other tests?

Going to be honest and say I don't entirely remember why that line was important! I believe the intention was that I thought tsc would do a better/more correct job...

Yeah, I've definitely seen this, and I think it has something to do with running the tests in a Node worker thread. I'm not exactly sure how memory is shared...

Realised I hadn't released the extension in a while, so I've just updated it, should be better now! VSCode extensions are wild 😅

@Biffyn Okay I think I fixed that one now too, try updating the extension to 5.2.1

Could you give me a bit more information about your project structure and where you've set the config path too?

The intention is that the full configuration for the test should live in the projects real .eslintrc configuration file and the `eslint` test should just turn on and off the...

Betterer *does* load the `eslintrc` files, it is part of this call `await cli.calculateConfigForFile(filePath);`. The `useEslintrc: false` just means that it doesn't use it when it constructs the instance. I...

So it's not the clearest API because I want to limit what is exposed publicly, but you should be able to provide [a custom `differ` function](https://github.com/phenomnomnominal/betterer/blob/c09a0affec3aafa52040083c9092d9abea8b243f/packages/betterer/src/test/types.ts#L186) as part of your...

Gonna reopen it so I remember to look at it ❤️ Glad you're liking it, let me know if I can help with anything!