-
Notifications
You must be signed in to change notification settings - Fork 4
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
test: use node test runner #90
Conversation
Thanks for doing this, @AugustinMauroy! I think there might be a typo in the pipeline. Could you create a separate PR just for this commit? It seems the CI might not be passing with Jest due to this issue. 🤔 |
This reverts commit 006496a.
mmm... I was checking the errors in the pipeline. Maybe the issue is related to the timezone and we can solve it by adding an specific timezone with the Feel free to include 006496a as anyway the tests with Jest seems to be failing in the CI based on #92 |
Seems like #92 also solved the issue with the tests in this case, so I merged the changes in this branch. |
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 ready now! Great work @AugustinMauroy! 🥳
Just remove jest form devdep and use node 😄