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.
-
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 inassignment5.js. Each test is written using the Jest testing framework. work as expected.
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.