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

Translate `src/posts/summary.js` to TypeScript and fix unit tests #184

Open GustavoNazarioPerez opened 7 months ago

GustavoNazarioPerez commented 7 months ago

These changes are a part of NodeBB's migration to TypeScript, resolves #29.

I have translated the file src/posts/summary.js from JavaScript to TypeScript, src/posts/summary.js now contains the compiled version of src/posts/summary.ts.

Key Changes:

Testing

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7748333972


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/posts/summary.js 61 63 96.83%
<!-- Total: 61 63 96.83% -->
Totals Coverage Status
Change from base Build 7649102120: 0.003%
Covered Lines: 22634
Relevant Lines: 25362

💛 - Coveralls