Skip to content

AshleyCardot/assignment5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team 5 Assignment 5

This project includes a set of basic classes that demonstrate each design pattern that was identified in Assignment 4 in JavaScript. The main class definitions are contained within the file assignment5.js, while the tests for these classes are located in assignment5.test.js.

File Structure

  • assignment5.js: This file contains all the class definitions which implement different design patterns identified in Assignment 4.

  • assignment5.test.js: This file contains all the test cases for the classes defined in assignment5.js. Each test is written using the Jest testing framework. work as expected.

Setup

Make sure you have Node.js installed on your system. Then, install the project dependencies with npm install in the main project directory:

The test file can be run with npm test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors