From 700aa90f8af7d4da2021962286a7903778c1444c Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 11 Sep 2023 13:52:52 +0200 Subject: [PATCH] testing change --- configs/test-config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/test-config/index.ts b/configs/test-config/index.ts index ddb442c..85a7442 100644 --- a/configs/test-config/index.ts +++ b/configs/test-config/index.ts @@ -2,8 +2,8 @@ import { ConfigHelperType } from "⌨️"; export default function ({ isStaging, notProduction }: ConfigHelperType) { return { - TestConfigTestValueAlwaysFalse: false, TestConfigTestValueAlwaysTrue: true, + TestConfigTestValueAlwaysFalse: false, TestConfigTestValueFalseOnProductionTrueOnOthers: notProduction ? true : false,