feat: add placeholder replacement for package manager in markdown files #220
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
test/agents.test.ts > should merge top-level sections from AGENTS.md files:
test/agents.test.ts#L215
Snapshot `should merge top-level sections from AGENTS.md files 1` mismatched
- Expected
+ Received
@@ -13%2C11 +13%2C11 @@
### Common Tools
- Tools that apply to all templates
### Rstest
- - Run `npm run test` to test your code
+ - Run `pnpm run test` to test your code
## Template Info
### Vanilla Template
|
|
test/agents.test.ts > should generate AGENTS.md with eslint tool and template mapping:
test/agents.test.ts#L165
Snapshot `should generate AGENTS.md with eslint tool and template mapping 1` mismatched
- Expected
+ Received
@@ -13%2C11 +13%2C11 @@
### Common Tools
- Tools that apply to all templates
### Rstest
- - Run `npm run test` to test your code
+ - Run `pnpm run test` to test your code
### ESLint
- Run `npm run lint` to lint your code
|
|
test/agents.test.ts > should generate AGENTS.md with single tool selected:
test/agents.test.ts#L102
Snapshot `should generate AGENTS.md with single tool selected 1` mismatched
- Expected
+ Received
@@ -13%2C11 +13%2C11 @@
### Common Tools
- Tools that apply to all templates
### Rstest
- - Run `npm run test` to test your code
+ - Run `pnpm run test` to test your code
### Biome
- Run `npm run lint` to lint your code
- Run `npm run format` to format your code
|