@pdfme/generator 5.4.6-dev.25 → 5.4.6-dev.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -176,7 +176,7 @@ describe('check validation', () => {
|
|
|
176
176
|
expect(e.message).toEqual(`[@pdfme/common] Invalid argument:
|
|
177
177
|
--------------------------
|
|
178
178
|
ERROR POSITION: inputs
|
|
179
|
-
ERROR MESSAGE:
|
|
179
|
+
ERROR MESSAGE: Too small: expected array to have >=1 items
|
|
180
180
|
--------------------------`);
|
|
181
181
|
}
|
|
182
182
|
});
|
|
@@ -171,7 +171,7 @@ describe('check validation', () => {
|
|
|
171
171
|
expect(e.message).toEqual(`[@pdfme/common] Invalid argument:
|
|
172
172
|
--------------------------
|
|
173
173
|
ERROR POSITION: inputs
|
|
174
|
-
ERROR MESSAGE:
|
|
174
|
+
ERROR MESSAGE: Too small: expected array to have >=1 items
|
|
175
175
|
--------------------------`);
|
|
176
176
|
}
|
|
177
177
|
});
|
|
@@ -176,7 +176,7 @@ describe('check validation', () => {
|
|
|
176
176
|
expect(e.message).toEqual(`[@pdfme/common] Invalid argument:
|
|
177
177
|
--------------------------
|
|
178
178
|
ERROR POSITION: inputs
|
|
179
|
-
ERROR MESSAGE:
|
|
179
|
+
ERROR MESSAGE: Too small: expected array to have >=1 items
|
|
180
180
|
--------------------------`);
|
|
181
181
|
}
|
|
182
182
|
});
|