-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nats): added js and support arg without value #873
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
// JetStream { | ||
it("should start with JetStream ", async () => { | ||
// enable JS | ||
const container = await new NatsContainer().withJS().start(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is JS
a well known acronym for Jetstream for Nats users?
This would be helpful for us - we use JetStream, but we're unable to use |
Hi @jonjomckay, I'm not familiar with NATS. If you were using the |
@cristianrgreco |
IDK if @Naymi is going to address the issues with the PR, but @jonjomckay if you want this feature then I'd happily accept a PR. A copy of this one is fine with |
@cristianrgreco @Naymi I've opened up another PR with the linting and naming fixed: #877 |
No description provided.