Skip to content

Commit 61cc9d4

Browse files
chore: pr comments fixes
1 parent a152835 commit 61cc9d4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

test/testUtils/constants.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Shared constants for tests.
3+
*/
4+
5+
const REQ_TIMEOUT_IN_TEST = 3000;
6+
7+
module.exports = {
8+
REQ_TIMEOUT_IN_TEST
9+
};
10+
11+

0 commit comments

Comments
 (0)