Skip to content

Commit d7e0258

Browse files
authored
Feat/21 implement live notifications system (#29)
1 parent 97183b8 commit d7e0258

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3971
-967
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ node_modules/
33
backend/build
44
mongo_data/
55
.vscode/
6-
backend/boop.ts
76
frontend/cypress/videos
8-
frontend/cypress/screenhots
7+
frontend/cypress/screenshots

backend/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ module.exports = {
33
preset: 'ts-jest',
44
testEnvironment: 'node',
55
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
6+
setupFilesAfterEnv: ['./test/jest.setup.ts'],
67
};

0 commit comments

Comments
 (0)