Skip to content

Constructor-io/constructorio-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

Make sure that you have node greater than 0.10.38 and run the following command

npm install

Linting

Run the following command

npm run lint

Linting uses eslint with the airbnb style configuration. To set up automatic linting on file save, consult the eslint integration guide. You may need to run the following commands for the linter to work in your IDE on file save

Tests

Run the following command for Mocha tests with and without jsDOM

npm run test

Test Coverage Reports

Run the following command and visit http://localhost:8080

npm run coverage