Skip to content

Commit

Permalink
Merge pull request #9 from OasisDEX/marcinciarka/test-change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Sep 11, 2023
2 parents b38be2a + 700aa90 commit 340d6d5
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 340d6d5

Please sign in to comment.