@immomio/api-library
v1.3.1
Published
Immomio library to access the immomio-API
Downloads
228
Readme
Tested API-Connection for Immomio-Backend
- TypeScript 2.5 to ES6 transpilation
- TSLint 5.x
- Jest unit testing and code coverage
- Type definitions for Node.js v6.x (LTS) and Jest
- .editorconfig for consistent file format
Available scripts
clean
- remove coverage data, Jest cache and transpiled files,build
- transpile TypeScript to ES6,watch
- interactive watch mode to automatically transpile source files,lint
- lint source files and tests,test
- run tests,test:watch
- interactive watch mode to automatically re-run tests
Changes
Changes should include tests for all changes first. Try to leave the code coverage at 100%.