Skip to content

Commit

Permalink
Merge pull request #52 from wix-incubator/improve-log-system
Browse files Browse the repository at this point in the history
feat: introduce `logger`.
  • Loading branch information
asafkorem authored Jan 24, 2025
2 parents 9f18798 + 3d49f45 commit e078b84
Show file tree
Hide file tree
Showing 14 changed files with 647 additions and 74 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ module.exports = {
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1'
},
transformIgnorePatterns: [
'node_modules/(?!(ora|chalk|strip-ansi|ansi-regex|cli-cursor|restore-cursor|onetime|mimic-fn|is-unicode-supported|is-interactive|get-east-asian-width)/)'
],
moduleDirectories: ['node_modules', 'src']
};
Loading

0 comments on commit e078b84

Please sign in to comment.