alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 493 forks source link

package.json modified under 'jest' to have full tests coverage #246

Closed MikBin closed 6 years ago

MikBin commented 6 years ago

just added the following entry in package.json to have full tests coverage

"collectCoverageFrom": [ "src/*.{js,ts}" ]

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 617f0f603dd186d2b647c8165bdaf530881c6149 on MikBin:full-tests-coverage into 4f7c4a81af4ab63de14fe5d331a28274f65993bd on alexjoverm:master.