-
-
Notifications
You must be signed in to change notification settings - Fork 241
Add Spanner module #1076
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
Add Spanner module #1076
Conversation
Added Spanner image Added flag to Bigquery image to make it runnable on M Macs Updated getImage helper to allow flags
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There's an msw dependency override in the root package.json. If you remove the override and the tests pass then great, if not we need to keep the previous msw version. This is because of some issue with msw and Unix sockets which break the docker integration: mswjs/msw#1600 |
Thanks for the contribution @JohanObrink! Is there anything you'd like to change or are we good to merge? |
I think we're good 👍🏻 Thanks for all feedback and suggestions 😊 |
Added SpannerEmulatorContainer. It returns a StartedSpannerEmulatorContainer which in turn exposes a .helper for convenience methods for instance/database creation and deletion.
This PR also adds .withPlatform for BigQueryEmulatorContainer to make it work on M-series Macs.