DEV Community

Discussion on: April 17, 2020: What did you learn this week?

Collapse
 
matteobruni profile image
Matteo Bruni

I learnt how to use mocha and chai with TypeScript and they are really cool together.

I've also resolved an issue with my library and NodeJS that had some problems with imports, ES6 imports are not welcome in Node yet, I had to switch to CommonJS imports.

This week I made particles emitters too, design the configuration was the hardest part!

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

You did it!