Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
riseup committed Feb 28, 2024
1 parent 444aba4 commit 071ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Calculator {
Test
----

There are a test suite in `test/calculator.test.ts` to test the `constructor`, `setIp`, `setMask`, `calculate` methods. You can run it by executing the following command:
There are a test suite in `test/calculator.test.ts` to test the `constructor`, `setIp`, `setMask`, `calculate`, `convertToHexa`, `convertToBinary` methods. You can run it by executing the following command:

```bash
npm run pretest
Expand Down

0 comments on commit 071ebe4

Please sign in to comment.