-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: bump ceramic package versions to 6.x #158
fix: bump ceramic package versions to 6.x #158
Conversation
@@ -17,4 +17,4 @@ COPY src/ ./src | |||
# Select all tests by default | |||
ENV TEST_SELECTOR "correctness" | |||
|
|||
ENTRYPOINT ["/app/entrypoint.sh", "run", "test", "--forceExit", "--testPathPattern", "$TEST_SELECTOR"] | |||
ENTRYPOINT ["/app/entrypoint.sh", "run", "test", "--testPathPattern", "$TEST_SELECTOR"] |
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.
This is ok because the test
directive in package.json
already adds --forceExit
to the jest
command.
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.
Lgtm
f0ba646
to
443a3b3
Compare
huh, I wonder why the tests didn't break right away after we released the 6.x versions, but only broke after a few weeks. I wonder if we have a package somewhere that started depending on the 6.x versions but didn't increase it's own major version as well. |
Tested against QA and all
correctness
tests passed.