Alastria ID Model specification JSON objects verification
In order to test the models of any vendor, follow these steps
$ npm install
-
Add a folder with the keyname of the vendor inside the vendors folder.
-
Inside that folder, add your index.js file, following the same structure as it is on Alastria's one index.js.
-
Update the vendors adding your own require and including it in the array.
const yourvariable = require('./yourkeyname');
const vendor_map = {
alastria,
yourvariable
};
- Run the tests
$ npm test