MCPcopy Create free account
hub / github.com/angular/dev-infra / getFixturePath

Function getFixturePath

ng-dev/misc/validate-skills/validate.spec.ts:4–6  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

2import {validateSkill, validateSkills} from './validate.js';
3
4function getFixturePath(relativePath: string): string {
5 return join(process.cwd(), 'ng-dev/misc/validate-skills/fixtures', relativePath);
6}
7
8describe('validateSkills', () => {
9 it('should pass for valid skill', async () => {

Callers 1

validate.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected