Currently, I am working on an extension for Google Chrome that consists of multiple .js, .css, and .html files. My coding process involves using Notepad++ as my primary tool. However, I find myself needing to conduct testing at various stages of development. Is there a recommended standard method for testing these components, similar to how we use JUnit in Java?