Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit testing in Frontend - Jasmine

Tags

First level, the introduction is in 0.0.1:

$ git checkout tags/0.0.1

Second level, the actual level is in 0.0.2:

$ git checkout tags/0.0.2

First step: setting up the environment

Set the local nodemodule folder in PATH

Add export PATH="./node_modules/.bin:$PATH" to ~/.bashrc or ~/.profile

Install jasmine

npm init
npm install --save-dev jasmine
jasmine init

Run with npm test or jasmine

Some nice stuff

Jasmine presentation

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages