()
| 13 | const SKILL_DIR = path.resolve(HERE, '..', 'examples', 'skills', 'seo-geo-master'); |
| 14 | |
| 15 | async function loadShipped() { |
| 16 | const raw = await fs.readFile(path.join(SKILL_DIR, 'SKILL.md'), 'utf8'); |
| 17 | return parseSkill(raw, 'seo-geo-master', SKILL_DIR, 'builtin'); |
| 18 | } |
| 19 | |
| 20 | describe('seo-geo-master bundled skill', () => { |
| 21 | it('parses through the real loader with required fields', async () => { |
no test coverage detected