Skip to content

Commit

Permalink
WIP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Aug 14, 2024
1 parent 0ea6387 commit d62efb5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/date-time-format/tests/format-to-parts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* limitations under the License.
*/

import { Intl } from 'temporal-polyfill';

import { formatDateTimeToParts } from '..';

import { date, locales } from './shared';
Expand Down
2 changes: 2 additions & 0 deletions src/lib/date-time-format/tests/format.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* limitations under the License.
*/

import { Intl } from 'temporal-polyfill';

import { formatDateTime, formatDate, formatTime } from '..';

import { date, locales } from './shared';
Expand Down
2 changes: 2 additions & 0 deletions src/lib/date-time-format/tests/resolve-format.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* limitations under the License.
*/

import { Intl } from 'temporal-polyfill';

import { resolveDateTimeFormat } from '..';

import { locales } from './shared';
Expand Down
2 changes: 2 additions & 0 deletions src/lib/date-time-format/tests/unsupported-styles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* limitations under the License.
*/

import { Intl } from 'temporal-polyfill';

import { formatDateTime } from '..';

import { date } from './shared';
Expand Down

0 comments on commit d62efb5

Please sign in to comment.