Victor

Results 6 issues of Victor

**Is your feature request related to a problem? Please describe.** I see in the [documentation](https://github.com/EventStore/replicator-docs/blob/e6dd087aa0588384120d2703b0f94596f013af38/content/docs/Features/Transforms/\_index.md?plain=1#L17) that splitting event into multiple events is a work in progress feature. The latest update...

enhancement
linear

**Describe the feature request** Export the type `MockServerClient` through the main type file. **What you are trying to do** I'm writing test files in which I initialize a mockserver client...

enhancement

Hey, I have the same problem as the author of #158 . I've decided to fix the method signature in the type declaration and not touch the JS implementation for...

I've updated pino v9 and updated the test to node:test as suggested by #146. I've also changed the Node.js versions tested in the CI, dropping versions 14, 16, 18 in...

This PR adds support for `--global-setup` #235. I've modified `runWithTypescript` to return `globalSetup`, `globalTeardown` and `runTest` instead of just the test stream. Tell me if you see a better design,...

Could this library support a `--global-setup file.js` option, similar to [Node.js 24's `--test-global-setup` option](https://nodejs.org/api/test.html#global-setup-and-teardown)? Borp would be called like this: ``` npx borp --global-setup ./tests/setup.js ./tests/**/*.test.js ``` The setup would...