test: fix batch 3-4 assertion quality - remove tautologies, add behavior assertions
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user