CMU-17313Q / NodeBB-f23

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

translated the file src/cli/running/js to typescript. Fixed Issue #37 #105

Closed hmkhalif closed 1 year ago

hmkhalif commented 1 year ago

In this pull request, I have translated file src/cli/running.js from javascript to typescript. During the translation process, I created interfaces, and ensured that the variable were assigned proper types such that the eslint standards were maintained. I checked the linting with npm run lint and tested my translated file with npm run etst which ran all the tests which were there in the repository. I compared the correctess by assessing that the coverage level was maintained and that no cases were failing.