Skip to content

Dil2000/Testing-with-Jasmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing With Jasmine

npm install jasmine -g --save

npm install jasmine --save -dev

Change package.json into

"scripts": {
	"test-init": "./node_modules/jasmine/bin/jasmin.js init",
	"test": "./node_modules/jasmine/bin/jasmin.js"
}

jasmine init - which initialize the jasmine process

jasmine examples - which installs jasmine test cases

jasmine - start testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published