Overview
The Clinical6 SDK is a JavaScript library used to access the Clinical6 API.
Contribution
# Pre-project setup: Verify NPM 3.3.12 installed & clone the source code
npm --version
git clone https://github.com/parallel-6/Clinical6-SDK-JS.git
# Install dev dependencies
cd Clinical6-SDK-JS
npm install
Unit Testing
We use AVA for unit testing, which works together with webpack.
To run the test suite, simply run:
npm install
# if it already exists you can run
npm test
# to run a specific module
npm test -- -m="ModuleName.*"