test: fix batch 3-4 assertion quality - remove tautologies, add behavior assertions

This commit is contained in:
2026-04-18 18:49:17 +00:00
parent b2f25131b0
commit 0d5106b505
5 changed files with 226 additions and 233 deletions

View File

@@ -17,7 +17,7 @@ describe('Labels Library', () => {
it('should generate valid SVG with rect elements', () => {
const barcode = generateBarcode128('ABC')
expect(barcode).toContain('<rect')
expect(barcode).toContain('</rect>')
expect(barcode).toContain('/>')
})
it('should include start and stop patterns', () => {