feat: add npm template support #357
Annotations
10 errors
|
test/custom-tools.test.ts > should fail when extra tool command exits non-zero:
test/custom-tools.test.ts#L197
expected [Function] to throw error including 'Failed to run command%3A npx broken-tool' but got 'ENOENT%3A no such file or directory%2C op…'
- Expected
+ Received
- Failed to run command%3A npx broken-tool
+ ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
|
|
test/custom-tools.test.ts > should preserve quoted extra tool command arguments:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
|
|
test/custom-tools.test.ts > should run extra tool command:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
|
|
test/custom-tools.test.ts > should run extra tool action:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
|
|
test/cli.test.ts > should skip tools selection:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/cli/.temp-templates/package.json'
|
|
test/cli.test.ts > should accept comma separated tools option:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/cli/.temp-templates/package.json'
|
|
test/agents.test.ts > should merge top-level sections from AGENTS.md files:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
|
|
test/agents.test.ts > should generate AGENTS.md with eslint tool and template mapping:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
|
|
test/agents.test.ts > should generate AGENTS.md with single tool selected:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
|
|
test/agents.test.ts > should generate AGENTS.md with no tools selected:
src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
|