From b48266a3d1640b37dd26cfb098e21df154861632 Mon Sep 17 00:00:00 2001 From: Felipe Luz Oliveira <75860661+felipebrsk@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:49:10 -0300 Subject: [PATCH] fix: fixing flag for snapshots --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fbf0e1..a1cde04 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "eslint --fix ./src && echo 'Lint complete.'", "test": "jest", "test:watch": "jest --watch", - "test:ci": "jest --ci --json --coverage", + "test:ci": "jest --ci --json --coverage --updateSnapshot", "type-check": "tsc && echo 'Type check complete.'", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build"