From 1a51e02f666ef8cceb8f723df1165531b0b1ae34 Mon Sep 17 00:00:00 2001
From: stevereis <stevereis93@gmail.com>
Date: Mon, 7 Feb 2022 18:38:22 +0100
Subject: [PATCH] fix: Testing configuration (jest) wrong place

Jest file was in the wrong place causing different build structure
---
 api/{ => src}/jest.config.ts | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename api/{ => src}/jest.config.ts (100%)

diff --git a/api/jest.config.ts b/api/src/jest.config.ts
similarity index 100%
rename from api/jest.config.ts
rename to api/src/jest.config.ts
-- 
GitLab