Skip to content

Commit b776414

Browse files
committed
test: add comprehensive tests for IterableLogger class, addressing logging behavior and hierarchy
1 parent b10097a commit b776414

3 files changed

Lines changed: 412 additions & 12 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
root: true,
3+
ignorePatterns: ['coverage/**/*'],
34
extends: [
45
'@react-native',
56
'plugin:react/recommended',

0 commit comments

Comments
 (0)