Skip to content

Commit

Permalink
refactor: remove unused import of ItemContext in TestBase class
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelh1983 committed Feb 8, 2025
1 parent 3403a09 commit 52fee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/qti-test/core/test-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { state } from 'lit/decorators.js';
import { testContext } from '../../exports/test.context';
import { type SessionContext, sessionContext } from '../../exports/session.context';

import type { ItemContext } from '../../exports/item.context';
// import type { ItemContext } from '../../exports/item.context';
import type { TestContext } from '../../exports/test.context';
import type { QtiAssessmentTest } from './qti-assessment-test';
import type { QtiAssessmentItem } from '../../qti-components/';
Expand Down

0 comments on commit 52fee82

Please sign in to comment.