Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial conversion to ESM module #362

Merged
merged 10 commits into from
Jun 18, 2024
Prev Previous commit
Next Next commit
Fix import
  • Loading branch information
simon-anz committed Jun 18, 2024
commit b085fe9a8c6e1e89b2c4e366cc47f438ffcc9891
2 changes: 1 addition & 1 deletion test/parsers/parserStrict/scheduleWindow.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import getParser from '../../../plugins/parsers';
import getParser from '../../../plugins/parsers/index.js';
import { expect } from 'chai';
import { DateTime, Interval } from 'luxon';