From a5568bdda7af51668b077c2e70240ffa901ef97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B8egh?= Date: Fri, 31 Jan 2025 10:47:30 +0100 Subject: [PATCH] Update visual snapshot on CI --- packages/dnb-eufemia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dnb-eufemia/package.json b/packages/dnb-eufemia/package.json index b7dbd3d3041..bb0e2bd157a 100644 --- a/packages/dnb-eufemia/package.json +++ b/packages/dnb-eufemia/package.json @@ -84,7 +84,7 @@ "test:postbuild": "yarn jest ./postbuild.test.ts --ci --testPathIgnorePatterns=[]", "test:screenshots": "yarn jest --config=./jest.config.screenshots.js --maxWorkers=1 --detectOpenHandles --testPathPattern ", "test:screenshots:ci": "yarn jest --config=./jest.config.screenshots.js --ci --bail --maxWorkers=1", - "test:screenshots:ci:update": "yarn test:screenshots:ci --maxWorkers=1 --updateSnapshot", + "test:screenshots:ci:update": "yarn test:screenshots:ci --updateSnapshot", "test:screenshots:reset": "find . -name '*.snap.png' -type f|xargs rm -f && yarn test:screenshots", "test:screenshots:update": "yarn jest --config=./jest.config.screenshots.js --maxWorkers=1 --updateSnapshot --testPathPattern ", "test:screenshots:watch": "JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 jest --config=./jest.config.screenshots.js --watchAll --detectOpenHandles --testPathPattern ",