Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 3, 2024
1 parent aab6144 commit 525ede5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-app/app/controllers/application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Controller from '@ember/controller';
import {} from 'ember-power-calendar/utils';
// eslint-disable-next-line ember/no-test-support-import
import {} from 'ember-power-calendar/test-support';

export default class extends Controller {}

0 comments on commit 525ede5

Please sign in to comment.