We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5296c commit d003d7bCopy full SHA for d003d7b
api/test/jestSetup.js
@@ -1,2 +1,6 @@
1
// See .env.test.example for an example of the '.env.test' file.
2
require('dotenv').config({ path: './test/.env.test' });
3
+
4
+process.env.BAN_VIOLATIONS = 'true';
5
+process.env.BAN_DURATION = '7200000';
6
+process.env.BAN_INTERVAL = '20';
0 commit comments