# How to modify library in node module and save it forever
3 min read
Ways to Fix Errors in node_modules and Preserve Edits (Using patch-package, ...)
Ways to Fix Errors in node_modules and Preserve Edits (Using patch-package, ...)
In this article, we'll learn how to write automated tests for a login page using Playwright - playwright test login page
Learn how to secure your Swagger API documentation in Node.js and NestJS projects using the express-basic-auth library, with step-by-step examples for both JavaScript and TypeScript.