Skip to content

code4mk/karma-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mostafa Kamal
Oct 18, 2018
3bb7d20 · Oct 18, 2018

History

11 Commits
Dec 16, 2017
Dec 16, 2017
Dec 17, 2017
Oct 18, 2018
Oct 18, 2018
Dec 16, 2017

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