Skip to content

CCinCapital/FEND-Unit-Test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

Implements automated tests for to test existing JS code base using Jasmine.js

Live Preview

Live Preview on GitHub.

Tests implemented

  • test if a variable is defined
  • test if an action is fired correctly when a DOM element is clicked
  • test if an Async function performs expected DOM manipulation after success

Installation

  1. git clone https://github.com/CCinCapital/FEND-Unit-Test.git
  2. cd FEND-Unit-Test
  3. open the index.html in browser

Known Issues

N/A

About

Udacity Front-End developer project 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 1.8%
  • CSS 1.7%