Lusito
Lusito
Ah, okay. Thanks for the clarification.
@marcputs Your second comment with the babel.config.json seems to work for me. The first one, with the .babelrc file does nothing at all. I'm not sure though if this has...
I've registered on bitbucket. Java Projects for Netbeans would actually be quite simple to generate, but I think that maven is way better for java, as it can also handle...
By the way, not sure what premake extensions are.. are they added separately from the premake exe or is it just a way to name thirdparty extensions that are still...
Just for clarification.. I'm not asking for the code to be migrated.. I'm asking for a .d.ts file which only defines the types and functions.
Without looking at the rest of your code, I would assume, that you have asynchronous code, which continues running after the test function has completed. You'd have to stop that...
Sorry, I must have overlooked something back then. Your port mock needs to be disabled and enabled manually: ```ts beforeEach(() => mockPortNode.enable()); afterEach(() => mockPortNode.verifyAndDisable()); ``` See: https://lusito.github.io/mockzilla/deep-mock.html#solution I guess...
Aside from the mockbrowser one, which is preconfigured, yes.
Hi, not this version. But @ohmree ported it to vitest. See https://github.com/Lusito/mockzilla/issues/20
@MadMed677 since you've recently been using typed-ecstasy, I wonder if you have any thoughts on improving the API.