Merge branch 'review/slice-10-a'

# Conflicts:
#	docs/phases/10-craft/reviewed.md
#	docs/phases/reviewed.md
This commit is contained in:
Leonid Pershin
2026-08-20 14:21:18 +03:00
5 changed files with 64 additions and 6 deletions
@@ -33,6 +33,10 @@ describe('npm test script', () => {
it('does not depend on the hschool-client file: loop', () => {
expect(pkg.dependencies?.['hschool-client']).toBeUndefined();
});
it('keeps build as typecheck then vite, without the file: loop', () => {
expect(pkg.scripts.build).toBe('tsc -b && vite build');
});
});
describe('duplicate dictionary keys', () => {