Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
correct repo link
  • Loading branch information
gugu committed Jul 29, 2025
commit 22115f07b72acfaac85133cfb0b0f2a7a26b848e
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const collectCoverageFrom = [
'!src/index.ts'
];
export const coverageDirectory = 'coverage';
export const coverageReporters = ['text', 'lcov', 'html'];
export const coverageReporters = ['text', 'lcov', 'html'];
Loading