Skip to content

Commit

Permalink
[BUGFIX] Snyk warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Aug 3, 2023
1 parent 75aff8e commit cb39a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const jestConfig = {
};

if (BRUTEFORCE) {
jestConfig.testMatch = [...jestConfig.testMatch];
jestConfig.testMatch.push('**/?(*.)+(bruteforce-test).ts?(x)');
}

Expand Down

0 comments on commit cb39a9b

Please sign in to comment.