This is the monorepo for the testdeck packages.
Clone this repository using
git clone https://github.com/testdeck/testdeck.git
Then from inside the so created testdeck
directory run
npm install
This will install all required dependencies and will also bootstrap lerna
.
The following npm scripts are available
- tslint -- runs
tslint
on all sources in all available packages - tslint-fix -- runs
tslint --fix
on all sources in all available packages - test -- run all tests on all available packages