Skip to content

krishishah05/cs485

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs485

To run frontend tests:

  • Move to the frontend directory (cd frontend)
  • Install Jest framework (npm install -D jest @types/jest jest-environment-jsdom @testing-library/react @testing-library/jest-dom ts-jest)
  • Run npm test to run both test files

To run backend tests:

  • Move to the backend directory (cd backend)
  • Run go test -v ./... to run all backend tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 56.9%
  • TypeScript 41.4%
  • Other 1.7%