#nodejs
Read more stories on Hashnode
Articles with this tag
Initialize your application: npm init To use ES modules, add type: "module" to package.json file. Install Jest npm i jest Initialize Jest ...