From 833c3e129387facb2cda2d180f5b6dc14beb0873 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 8 May 2022 16:54:40 +0200 Subject: [PATCH] Fix path to jest files --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 075b43396..c02d42d01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ RUN node decorate-angular-cli.js COPY ./angular.json angular.json COPY ./nx.json nx.json COPY ./replace.build.js replace.build.js -COPY ./jest.preset.js jest.preset.js -COPY ./jest.config.js jest.config.js +COPY ./jest.preset.ts jest.preset.ts +COPY ./jest.config.ts jest.config.ts COPY ./tsconfig.base.json tsconfig.base.json COPY ./libs libs COPY ./apps apps