SoftwareEngNoobs / jobtrackr

Job Application tracker for Software Engineering Fall '24.
https://csc510-do-lorenc-mcdavitt.github.io/jobtrackr/docs/backend/index.html
MIT License
0 stars 0 forks source link

Degrade react-markdown to v6.0.0.0 #5

Closed mahimdashora closed 7 hours ago

mahimdashora commented 7 hours ago

latest version is not compliant with jest testing framework , causing failure to build . 2 Options

  1. Degrade react-markdown
  2. migrate from jest to vitest framework Degrading is more feasible considering the time
VarunMK commented 7 hours ago

Addressed the issue. Builds are passing now.