Introduction
This week, I have to work with Github Actions and do some testing in Javascript. Github Actions is pretty straightforward to set up, I just need to remove the building step since I do not need for now. However, making the code pass all node versions is definitely difficult to me.
This is what I have for my node.js.yml
file: And I think Github Action can let me know clearly what I am doing wrong in my code. Since that, I will try to spend time fixing my code. This is kind of interesting, a lot of googling and communicating with others to help myself out.
Adding Test to Other Project
I have choose this project to add more tests into it. I see Luis does not have tests for textToHTML
function yet, so I decide to add it for him, and then I create a pull request with three successful pass in nodes. My testing still needs to be improved a lot because it takes some times to think about it, and I would love to add more tests into my program covering all aspects of it.
Top comments (0)