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,