Skip to content

Commit ce430f6

Browse files
committed
refactor(jest): enforce the use of version 27.0.6
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent bee2393 commit ce430f6

5 files changed

Lines changed: 185 additions & 1263 deletions

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ IMG_NS ?= securecodebox
7373
GIT_TAG ?= $$(git rev-parse --short HEAD)
7474
BASE_IMG_TAG ?= sha-$(GIT_TAG)
7575
IMG_TAG ?= "sha-$(GIT_TAG)"
76-
JEST_VERSION ?= latest
76+
JEST_VERSION ?= 27.0.6
7777
KIND_CLUSTER_NAME ?= kind
7878

7979
parser-prefix = parser

0 commit comments

Comments
 (0)