UCF-CEN-5016 / NodeBB-UCF

This is a class specific fork of the NodeBB project for CEN 5016 taught in the Spring 2024 semester at UCF.
GNU General Public License v3.0
0 stars 74 forks source link

Translating src/categories/watch.js from JS to TS #179

Open ArunSaiNarla opened 7 months ago

ArunSaiNarla commented 7 months ago

This Resolves Issue #67

  1. Changed the syntax of Import Statements
  2. Created Custom Interfaces wherever it is required
  3. Ran npm run lint, npm run test locally and made sure there were no errors and all the tests were passing.
  4. Modified categories.js to Fix the Time-Out Issue.

Img1

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7743963465


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/categories/watch.js 30 38 78.95%
<!-- Total: 30 38 78.95% -->
Files with Coverage Reduction New Missed Lines %
src/groups/join.js 1 92.05%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7649102120: -0.007%
Covered Lines: 22632
Relevant Lines: 25363

💛 - Coveralls