ts-playground
Playground
This project is a `template` and as such `DOES NOT` offer any useful code
API Docs
Features
- TypeScript
- Jest Unit Tests with Code Coverage
- API Docs Generation
- GitHub CI Integration (feature, development, master, release)
- Code Quality via Code Climate and Codacy
| GitHub | Coveralls | | | —————————————————————- | ————————————————————————– | —————————————————————————- | | | | | | | | | | | | |
Example
const branch = normalizeBranchName(`refs/heads/master`);
expect(branch).toEqual('master');