DEV Community

Discussion on: Mar. 27, 2020: What did you learn this week?

Collapse
 
fluffynuts profile image
Davyd McColl

Testing a legacy angularjs / node app, both parts (client and server) with Jest. The online documentation I found for getting Jest working with an angularjs project wasn't great, but a co-worker had done the same on another project, so she helped me get going and I added some wins of my own and now this project actually runs tests at CI before building deployment packages, which it didn't before, so I feel like a winner (:

Collapse
 
nickytonline profile image
Nick Taylor

Sounds like some awesome knowledge that could be shared via an article. 😺

Some actor spinning and pointing fingers out

Collapse
 
fluffynuts profile image
Davyd McColl

Yeah, I've been trying to encourage my co-worker to publish an article about it here because she figured out some of the tricky bits before I got there - she deserves a reasonable amount of kudos. Perhaps I should offer to co-author something - I don't think she blogs yet, so perhaps it's a bit intimidating?