Skip to content

Commit 3403b6e

Browse files
authored
Updates source repo, removes MH test (#1028)
1 parent a1aa220 commit 3403b6e

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

test/internal.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ describe('address-formatter', () => {
5959
expect(converted).toHaveProperty('country', ', United Kingdom');
6060
});
6161

62-
it('should add component', () => {
63-
const converted = addressFormatterInternals.determineCountryCode({
64-
country_code: 'MH'
65-
});
66-
expect(converted).toHaveProperty('country_code', 'US');
67-
expect(converted).toHaveProperty('state', 'Marshall Islands'); // sic
68-
});
6962
it('should convert Sint Maarten to SX country code', () => {
7063
const converted = addressFormatterInternals.determineCountryCode({
7164
country_code: 'NL',

0 commit comments

Comments
 (0)