Petter Remen
Petter Remen
Quick update on this. It does indeed look like the kotlin module identifies constructors as "creators" which changes the order unless overridden. I used the tests written by @hiddewie above,...
Would it be possible to keep `MissingKotlinParameterException` but change the type of the parameter to just a string (i.e. parameter.name)? Rationale: our global error handler in our project uses this...
This is opposite to my expectations. Why can't I add group/test without the "it/describe" prefixes and have them runnable from within the IDE?
Oh, of course. My apologies!
Could a similar convention like this be of help? https://reactrouter.com/api/framework-conventions/server-modules I've found it very convenient to annotate files and/or directories as being server / client only.