Skip to content

Commit

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

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

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

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

Expand Down

0 comments on commit 43c99fd

Please sign in to comment.