Skip to content

Commit

Permalink
[Fixes] Code Coverage: Create tests for src/index.ts (#296)
Browse files Browse the repository at this point in the history
* 🤖 TEST:  src/index.ts testing

* 🐛 FIX: linter issues fixed

* refractoring index.test.ts

* 🐛 FIX: src/state testing : deleted test file and ignored the base file(src/state/index.ts) as it contains only 1 line
  • Loading branch information
SiddheshKukade authored Mar 23, 2022
1 parent 34633dd commit 0b0baaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"lines": 20,
"statements": 20
}
}
},
"coveragePathIgnorePatterns": ["src/state/index.ts"]
}
}

0 comments on commit 0b0baaa

Please sign in to comment.