@pdfme/generator 5.3.7 → 5.3.8-dev.2
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.
@@ -9,7 +9,7 @@ const common_1 = require("@pdfme/common");
|
|
9
9
|
const schemas_1 = require("@pdfme/schemas");
|
10
10
|
const utils_1 = require("./utils");
|
11
11
|
require("jest-image-snapshot");
|
12
|
-
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.
|
12
|
+
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.5');
|
13
13
|
describe('generate integration test(barcode, business)', () => {
|
14
14
|
describe.each([templates_1.barcode, templates_1.business])('%s', (templateData) => {
|
15
15
|
const entries = Object.entries(templateData);
|
@@ -4,7 +4,7 @@ import { getInputFromTemplate } from '@pdfme/common';
|
|
4
4
|
import { text, image, barcodes } from '@pdfme/schemas';
|
5
5
|
import { getFont, pdfToImages } from './utils';
|
6
6
|
import 'jest-image-snapshot';
|
7
|
-
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.
|
7
|
+
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.5');
|
8
8
|
describe('generate integration test(barcode, business)', () => {
|
9
9
|
describe.each([barcode, business])('%s', (templateData) => {
|
10
10
|
const entries = Object.entries(templateData);
|
@@ -9,7 +9,7 @@ const common_1 = require("@pdfme/common");
|
|
9
9
|
const schemas_1 = require("@pdfme/schemas");
|
10
10
|
const utils_1 = require("./utils");
|
11
11
|
require("jest-image-snapshot");
|
12
|
-
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.
|
12
|
+
const PERFORMANCE_THRESHOLD = parseFloat(process.env.PERFORMANCE_THRESHOLD || '2.5');
|
13
13
|
describe('generate integration test(barcode, business)', () => {
|
14
14
|
describe.each([templates_1.barcode, templates_1.business])('%s', (templateData) => {
|
15
15
|
const entries = Object.entries(templateData);
|