Skip to content

lasong/javascript-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  npm init
  npm install -D karma karma-chrome-launcher karma-jasmine jasmine-core
  node_modules/.bin/karma init   npx karma init
  node_modules/.bin/karma start  npx karma start

  npm test (package.json > scripts > test)

Skip & focus

xit xdescribe -> skip test fit fdescribe -> focus test

Documentation

https://jasmine.github.io/edge/introduction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published