Hacker News new | ask | show | jobs
by marclittlemore 3344 days ago
Hey soneca,

I'm in the process of writing a course about JavaScript testing so it's good timing. I write a lot of unit and integration tests for our large codebase here at the BBC in the UK. We've got 3 Node + Express applications plus React for the UI for the 2 user facing applications. The other one is an API but it's got solid tests as it has does some complicated logic for redirecting users and updating sessions and tokens.

I'd love to get you on the mailing list for when I launch it and then you can fire me some questions via email. I'd love to help you get that job!

http://www.marclittlemore.com/courses/javascript-testing-mad...

Cheers, Marc

1 comments

done! Good luck with the course!
Thanks! You should have got an email so you can reply to me. Let me know any questions and I'll get back to you today.

I worked in the videogames industry for nearly 20 years and they didn't do much unit/integration testing but I've immersed myself in learning about testing JS for the past 4 years since I switched industries. Hardest thing is knowing what to test I always found.

I'm happy to do some 1-on-1 with you to help.

This is also a pretty solid resource which I saw on Medium recently. A good overview of the JS testing landscape at the moment.

https://medium.com/powtoon-engineering/a-complete-guide-to-t...