Michael Solomon
Michael Solomon
I'm not sure this is the best option for documentation, but I see your point. p.s: I'm using JSDoc as well for types.
@QuentinLemCode how can we make sure the jsdoc and readme are updated and one of them not left behind?
I haven't used jsdoc for documentation previously, so any solution that establishes a single source of truth is acceptable to me.
fixed in beta branch
If you remember, we talked about this a few months ago. It's to enable the extension of the REPL functionality with 3rd third-party plugin. For example, a fuzzy search for...
@MoLow wdyt?
@MoLow how to we want to declare on the plugins? like jest with a config file? ```js { "watchPlugins": [ // default "jest-watch-suspend", // configure [ "jest-watch-suspend", { // override...
@MoLow, I'm OK with whatever you prefer, but I think we might want to add more configurations in the future and it will be a breaking change.
@PersonTheCat You probably want the [Recording mode](https://github.com/nock/nock?tab=readme-ov-file#recording) @sezanzeb I like this idea, but I'm currently focusing on releasing the beta. I hope to be able to review this soon and...
In general, I like this idea because it let us to move the assertions to the end of the test file, which is more natural: ```js it('should..', () => {...