nik-christou / tax-calculator

Tax calculator for multiple countries
Apache License 2.0
1 stars 0 forks source link

Refactored country load mechanism to return a promise of array of cou… #12

Closed nik-christou closed 4 years ago

nik-christou commented 4 years ago

…ntries, refactored country-select to use an array of country objects, removed not needed currency.js library since Intl.NumberFormat formatter works fine, refactored existing test and added new test case