Skip to content

Commit

Permalink
test: fix imports that import node.js modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Jan 7, 2024
1 parent 88737e0 commit 50b940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/month-calendar/app-month-calendar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import '../../month-calendar/app-month-calendar';

import { defineCE, fixture, html, unsafeStatic } from '@open-wc/testing-helpers';
import { state } from 'lit/decorators.js';
import { calendar, getWeekdays } from 'nodemod';
import { calendar, getWeekdays } from 'nodemod/calendar';
import type { GetWeekdaysInit } from 'nodemod/dist/calendar/helpers/typings.js';
import type { CalendarInit } from 'nodemod/dist/calendar/typings.js';
import { describe, expect, it } from 'vitest';
Expand Down

0 comments on commit 50b940d

Please sign in to comment.