fix build config & fixes for invoice FA1/FA2/FA3
This commit is contained in:
@@ -32,7 +32,7 @@ describe('generatePodmiot2', () => {
|
||||
const result = generatePodmiot2(podmiot2);
|
||||
|
||||
expect(result).toEqual(
|
||||
expect.arrayContaining([{ text: 'HEADER:Nabywca' }, { text: 'LABEL:NrEORI: EORI777' }])
|
||||
expect.arrayContaining([{ text: 'HEADER:Nabywca' }, { text: 'LABEL:Numer EORI: EORI777' }])
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user