UNPKG

jeibo_workflow

Version:

Fast, and lightweight TypeScript boilerplate that export a single file. Tests in Mocha, Chai & Sinon. TSLint for better code quality.

8 lines 162 B
export default { // 'a' should not be covered a: (): boolean => { const uncovered: boolean = true; return uncovered; }, b: (): boolean => true };