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