Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Running the schema tests

You will need node.js to run the tests

brew install node

After installation check that everything is correctly installed and which versions you are running:

node -v
npm -v

Run the test suite

cd tests
npm install
npm test