Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Apr 9, 2024
1 parent e757f70 commit f174a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/holidays.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';

import {getHoliday} from "../lib/get-holiday";
import {getHoliday} from "../lib/get-holiday.js";
import {DateTime} from 'luxon';

test('Get some holidays', t => {
Expand Down
2 changes: 1 addition & 1 deletion test/mothers-day.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava';
import {getMothersDay, isMothersDay} from '../lib/mothers-day';
import {getMothersDay, isMothersDay} from '../lib/mothers-day.js';
import {DateTime} from 'luxon';

test('Check some mother\'s days', t => {
Expand Down

0 comments on commit f174a41

Please sign in to comment.