Skip to content

Commit

Permalink
Merge pull request #62 from bengourley/add_tests
Browse files Browse the repository at this point in the history
Add tests
  • Loading branch information
namenyi authored Jan 23, 2021
2 parents f60582f + 8e4ba0b commit 6dc96f7
Show file tree
Hide file tree
Showing 4 changed files with 1,215 additions and 362 deletions.
4 changes: 2 additions & 2 deletions map.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module.exports = {
'BTC': '₿',
'BTN': 'Nu.',
'BWP': 'P',
'BYR': 'Br',
'BYN': 'Br',
'BYR': 'Br',
'BZD': 'BZ$',
'CAD': '$',
'CDF': 'FC',
Expand Down Expand Up @@ -182,7 +182,7 @@ module.exports = {
'XUA': 'XUA',
'YER': '﷼',
'ZAR': 'R',
'ZWD': 'Z$',
'ZMW': 'ZK',
'ZWD': 'Z$',
'ZWL': '$'
}
Loading

0 comments on commit 6dc96f7

Please sign in to comment.