-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tests with node16 #24
Conversation
Maybe you are right and the problem lies with |
173ee8a
to
407cddc
Compare
You are right. I've changed that. Locally I got the tests not failing with node 16 (strange is that it says it's only one test). But in the GitHub action it fails now even with other versions 🤔 |
I exposed the APIs, so you can test them directly. |
93d74d8
to
67c9f8e
Compare
Exposing the API is a good idea! Maybe someone wants to integrate the package into their project. For using the API I think we should add new tests. So we have tests that test the cli and others that test the API.
I did some digging but didn't get much further. locally the tests work in node 16 but fail in the gitHub action. I'm not giving up yet, but I don't know if I'll find much time for it. |
c35c67d
to
670a67c
Compare
Okay, I'll work with you. But it seems like you've already succeeded. |
93f5e18
to
10622ef
Compare
Yes, it looks good now 🎉 Only one test does not work with node 16, I have deactivated this one test via if-condition. I sugggest to merge the PR and for the one test I create an issue and we take care of it afterwards. |
How did you get this result? |
And can you rewrite |
On my local machine Now it works because I deactivated the problematic test for node 16 via |
I don't think so. In my understanding the |
f892947
to
261f843
Compare
It seems that the installation failed because the |
Wow, at the beginning I thought we wouldn't get it to work with node 16. Nice job! 👏 |
Everything is your help. |
The tests will run with node 16, but they will fail. I think because the test-runner in node 16 is still in experimental state.