Skip to content

Commit

Permalink
Import of the fun
Browse files Browse the repository at this point in the history
  • Loading branch information
tonela10 committed May 14, 2024
1 parent 1a4b94d commit 37f980b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion implementation/romans.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,6 @@ const greaterThan9 = (num, obj) => {

return obj[1000].repeat(parseInt(num / 1000));
}
};
};

export { convertIntegerToRoman, convertRomanToInteger };
3 changes: 3 additions & 0 deletions implementation/tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

import { convertIntegerToRoman, convertRomanToInteger } from './romans.js';

test('convertIntegerToRoman Test Cases', function(assert) {
// Test Cases for convertIntegerToRoman

Expand Down

0 comments on commit 37f980b

Please sign in to comment.