Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Run Tests

Install dependencies

# Go to project root

cd ./

# Install packages listed in package.json [devDependencies]

npm install -l

Install Karma as a global install

npm install -g karma

Run the persistent tester

npm test

Edit files to see the tests run