Skip to content

Commit

Permalink
use secrets manager
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jan 9, 2025
1 parent fdeb43f commit 5eba006
Show file tree
Hide file tree
Showing 6 changed files with 2,282 additions and 90 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
export default {
roots: ['<rootDir>/src/', '<rootDir>/test/'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
testRegex: '(/__tests__/.*|\\.(test|spec))\\.[tj]sx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
coveragePathIgnorePatterns: ["/node_modules/", "test/"],
coveragePathIgnorePatterns: ["/node_modules/", "test/"]
}
Loading

0 comments on commit 5eba006

Please sign in to comment.