classroom-practice-problems

  • Run npm i to install dependencies.
  • Each folder has a testing suite. You can run all of the tests by using npm run test
  • Alternatively, you can run just the test suites in just one file by running npm run test 'name of the file'