playtank

Results 3 issues of playtank

In Jest 30, the CLI parameter `testPathPattern` was changed to `testPathPatterns`. See [here](https://jestjs.io/docs/upgrading-to-jest30#--testpathpattern-was-renamed-to---testpathpatterns). The `JestTaskOptions` structure in the latest version still uses the old name. This is making it difficult...

I'm writing a CLAP plugin in rust, and I have made "clap-validator" a child in my workspace so that I can more easily debug it with source. However, running "cargo...

Fixed all current build warnings in the code. Tested with the u-he TyrellN6 and Diva CLAP plug-ins. I got the same results (PASSES and ERRORS) running the code before and...