Skip to content

code4mk/karma-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-template


Karma template + mocha + chai JS Unit Testing

jasmine

# clone

yarn install

# or

npm install

# run
npm run test

# or
yarn test

code4k