diff --git a/implementation/romans.js b/implementation/romans.js index 0e17a2c..9f1fcb7 100644 --- a/implementation/romans.js +++ b/implementation/romans.js @@ -222,4 +222,3 @@ const greaterThan9 = (num, obj) => { } }; -export { convertIntegerToRoman, convertRomanToInteger }; diff --git a/implementation/tests.js b/implementation/tests.js index 2a5f634..f2e1c74 100644 --- a/implementation/tests.js +++ b/implementation/tests.js @@ -1,6 +1,4 @@ -import { convertIntegerToRoman, convertRomanToInteger } from './romans.js'; - test('convertIntegerToRoman Test Cases', function(assert) { // Test Cases for convertIntegerToRoman