Skip to content

Commit

Permalink
Prepare to migrate EntryState tests to new client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Apr 3, 2024
1 parent f174f61 commit 89580e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
} from '@odk-web-forms/common/test/fixtures/xform-dsl/index.ts';
import { createRoot } from 'solid-js';
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
import { XFormDefinition } from '../XFormDefinition.ts';
import { EntryState } from './EntryState.ts';
import type { ValueNodeState } from './ValueNodeState.ts';
import { XFormDefinition } from '../../src/XFormDefinition.ts';
import { EntryState } from '../../src/state/EntryState.ts';
import type { ValueNodeState } from '../../src/state/ValueNodeState.ts';

describe('Form entry state', () => {
describe('basic calculation', () => {
Expand Down

0 comments on commit 89580e3

Please sign in to comment.