Jest Test Generator Angular JS is a skill published by agensi that generates Jest unit tests from source code submitted to it. It targets JavaScript and Angular codebases, covering Angular components, Angular services, and general JavaScript logic.
When given code, the skill produces ready-to-use Jest test files that include mocking of services and external dependencies. This means an agent using this skill can take an Angular component or a plain JavaScript module and receive back test code that follows Jest conventions, stubs out injected dependencies, and provides a starting structure for verifying expected behavior.
The skill is intended to help developers increase test coverage on existing code without manually authoring each test case. It is oriented toward mocking APIs and service dependencies, which is a common friction point in Angular unit testing.
Because this is a skill with no listed tools and no server transport, it operates as an agent capability rather than a connected data source. It does not query a live database, call an external API at test-run time, or manage infrastructure. Its output is generated text — Jest test code — based on the code provided to it. Developers should review generated tests before committing them, as the skill cannot execute or validate the tests itself.