Skip to content

Commit

Permalink
fix: missed iso3166 test during removal
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Oct 12, 2021
1 parent 6efb5d4 commit 2716881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ test('get-standard', () => {
expect(getShortRegion('westeurope')).toBe('weu');
});

test('get-iso3166', () => {
expect(getShortRegion('westeurope', Styles.iso3166)).toBe('nl');
});
// test('get-iso3166', () => {
// expect(getShortRegion('westeurope', Styles.iso3166)).toBe('nl');
// });

test('get-unknown', () => {
expect(() => {
Expand Down

0 comments on commit 2716881

Please sign in to comment.