Skip to content

Commit

Permalink
Merge pull request #1624 from Badger-Finance/revert-main
Browse files Browse the repository at this point in the history
fix: rereun main
  • Loading branch information
mrbasado committed Oct 6, 2023
2 parents 8664e5c + 376ff3c commit 7499e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export function isSlsOffline() {
}

export function isJestEnv() {
return process.env.NODE_ENV === 'test';
return process.env.NODE_ENV === 'test' || process.env.NODE_ENV === 'local_test';
}

0 comments on commit 7499e52

Please sign in to comment.