Skip to content

Commit

Permalink
Added fakeDb and a logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-sth committed Dec 15, 2023
1 parent 4793a3b commit 26d381a
Show file tree
Hide file tree
Showing 12 changed files with 612 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.env
.env
debug.log
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module.exports = {
moduleFileExtensions: ['ts', 'js'],
testMatch: ['**/test/**/*.test.(ts|js)'],
testEnvironment: 'node',
maxWorkers: 1,
};
Loading

0 comments on commit 26d381a

Please sign in to comment.