Skip to content

Commit

Permalink
testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Sep 11, 2023
1 parent b38be2a commit 700aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/test-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ConfigHelperType } from "⌨️";

export default function ({ isStaging, notProduction }: ConfigHelperType) {
return {
TestConfigTestValueAlwaysFalse: false,
TestConfigTestValueAlwaysTrue: true,
TestConfigTestValueAlwaysFalse: false,
TestConfigTestValueFalseOnProductionTrueOnOthers: notProduction
? true
: false,
Expand Down

0 comments on commit 700aa90

Please sign in to comment.