Skip to content

Commit

Permalink
Update Cache service to handle refresh + add few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwal-pai77 committed Apr 15, 2024
1 parent 7f6aa1b commit 3789c50
Show file tree
Hide file tree
Showing 21 changed files with 3,030 additions and 427 deletions.
12 changes: 12 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use strict";
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
testMatch: ['**/src/util/**/*.test.(ts|tsx)'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
};
Loading

0 comments on commit 3789c50

Please sign in to comment.