Skip to content

Commit

Permalink
More Fixture build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Jan 21, 2025
1 parent 2207d4f commit 463a99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { html } from '@microsoft/fast-element';
import { ChatInputToolbar, chatInputToolbarTag } from '..';
import { fixture, Fixture } from '../../../utilities/tests/fixture';
import { fixture, type Fixture } from '../../../utilities/tests/fixture';

async function setup(): Promise<Fixture<ChatInputToolbar>> {
return await fixture<ChatInputToolbar>(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { html } from '@microsoft/fast-element';
import { ChatWindow, chatWindowTag } from '..';
import { fixture, Fixture } from '../../../utilities/tests/fixture';
import { fixture, type Fixture } from '../../../utilities/tests/fixture';

async function setup(): Promise<Fixture<ChatWindow>> {
return await fixture<ChatWindow>(
Expand Down

0 comments on commit 463a99f

Please sign in to comment.