Skip to content

Commit

Permalink
rm test helper usage from removed ember-local-storage package.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Dec 19, 2024
1 parent ef0442a commit 9f3ab6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/frontend/tests/acceptance/dashboard/calendar-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { module, test } from 'qunit';
import { setupAuthentication, freezeDateAt, unfreezeDate } from 'ilios-common';
import { setupApplicationTest } from 'frontend/tests/helpers';
import page from 'ilios-common/page-objects/dashboard-calendar';
import resetStorages from 'ember-local-storage/test-support/reset-storage';
import percySnapshot from '@percy/ember';

module('Acceptance | Dashboard Calendar', function (hooks) {
Expand Down Expand Up @@ -80,10 +79,6 @@ module('Acceptance | Dashboard Calendar', function (hooks) {

hooks.afterEach(() => {
unfreezeDate();
if (window.localStorage) {
window.localStorage.clear();
}
resetStorages();
});

test('load month calendar', async function (assert) {
Expand Down

0 comments on commit 9f3ab6f

Please sign in to comment.