Having a TypeScript project with a test suite that runs smoothly using npm test
in the project directory from the console. Is there a feature within Eclipse that can facilitate running these tests directly within the IDE, similar to how Java tests are executed? I am currently working with Eclipse version 2020-12, and the tests are performed using Jest.