Skip to content

Commit ffb5e84

Browse files
authored
Merge pull request #1901 from dannyprikaz/1898-move-tests
Move old router tests to new directory and skip
2 parents 161fd23 + 33470d6 commit ffb5e84

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

backend/globalConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"mongoUri":"mongodb://127.0.0.1:53806/jest?","mongoDBName":"jest"}
1+
{"mongoUri":"mongodb://127.0.0.1:56074/jest?","mongoDBName":"jest"}

backend/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
preset: '@shelf/jest-mongodb',
33
setupFilesAfterEnv: ['./jest.setup.js'],
44
watchPathIgnorePatterns: ['globalConfig'],
5+
testPathIgnorePatterns: ['/test/old-tests/'],
56
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)