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

Translates ~/NodeBB-UCF/src/topics/bookmarks.js to .ts #186

Open kieran-l-jimenez opened 7 months ago

kieran-l-jimenez commented 7 months ago

Resolves #64 Adds specific typing to function parameters and return values Makes the async function in updateTopicBookmarks() an IIFE Disables linter errors for member accesses and calls from different modules

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7749107873


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/topics/bookmarks.js 47 51 92.16%
<!-- Total: 47 51 92.16% -->
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.01%
Covered Lines: 22636
Relevant Lines: 25366

💛 - Coveralls