Skip to content

Commit

Permalink
fix: Necessary var require lint ignore due to changed env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
VolcanoCookies committed Jun 28, 2023
1 parent 932af4c commit a960dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifests/utils/configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ describe('configs', () => {
// Arrange
process.env.STATEFUL = 'true';

// eslint-disable-next-line @typescript-eslint/no-var-requires
const configs = require('./configs').corruptorConfigUtils(
new URLSearchParams(
'statusCode=[{rsq:15,code:400}]&throttle=[{sq:15,rate:1000}]'
Expand Down

0 comments on commit a960dad

Please sign in to comment.