Skip to content

Commit

Permalink
ci: All passed surprisingly
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent 17601e7 commit 22a63cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/full-icu.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { getResolvedLocale } from '../helpers/get-resolved-locale.js';
import { APP_INDEX_URL } from './constants.js';
import {
ok, strictEqual,
Expand Down Expand Up @@ -28,6 +29,7 @@ describe('timezones', () => {
}).format(new Date('2020-02-02')),
'Feb 2, 2020'
);
strictEqual(getResolvedLocale(), 'en-US');
});

});

0 comments on commit 22a63cb

Please sign in to comment.