diff --git a/src/manifests/utils/configs.test.ts b/src/manifests/utils/configs.test.ts index ab3e619..5e558f4 100644 --- a/src/manifests/utils/configs.test.ts +++ b/src/manifests/utils/configs.test.ts @@ -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}]'