JoranHonig

Results 67 comments of JoranHonig

@yxliang01 True. We might also be able to leverage Mocha's grep functionality to execute singular tests.

Hi @cgewecke, Thanks for the extensive response! > This actually might be the simplest thing to do. The only drawback could be that in practice each file can have many...

I believe each test has a title and fullTitle. In this case I would think that it makes sense to use full title , because it is more precise (less...

Yeah; makes sense. I'm thinking about making truffle vs hardhat an explicit parameter (or maybe a dialog option).

@wighawag is what you would like to do something like: ``` hardhat scribble test ``` Which would run the tests with scribble instrumentation?

Long time no response 🙈 . But sure, moving it out into a separate grammar seems like a good idea.

I don't think we need to re-use anything really, just move existing parts out

this is really cool! Do you ever need to manually update the generated .d.ts file? If not then I'm thinking we should put this in CI and automatically generate it...

Hmm I'm thinking that the types should maybe be part of a separate npm package. That way the dependencies of the main module stay clean.

Wow! This is really cool! @sambacha you've already done a lot but if you have time it'd be super helpful. I'm thinking of setting up the following: 1. create a...