CMU-17313Q / NodeBB-f23

GNU General Public License v3.0
0 stars 39 forks source link

Translating src/api/Chats.js from JS to TS. #79

Open jdaouddd opened 1 year ago

jdaouddd commented 1 year ago

I translated the Chats javascript file to Typescript by adding types and strengthening the security and accessibility of the file by changing it to Typecript. The changes I made resolves #32 .

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6017004036


Files with Coverage Reduction New Missed Lines %
src/messaging/notifications.js 1 96.55%
src/api/chats.js 2 94.62%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 5912059056: 0.01%
Covered Lines: 22611
Relevant Lines: 25366

💛 - Coveralls