Skip to content

Commit 155950d

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(test): import chip combobox through the EMCN barrel
1 parent 77d77ae commit 155950d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/emcn/src/components/combobox/combobox.dom.test.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* that it does, in both directions.
1111
*/
1212
import { act, type ReactNode, useState } from 'react'
13+
import { ChipCombobox } from '@sim/emcn'
1314
import { createRoot, type Root } from 'react-dom/client'
1415
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
15-
import { ChipCombobox } from '../chip-combobox/chip-combobox'
1616
import { InsideModalContext } from '../modal/modal'
1717
import { Combobox } from './combobox'
1818

0 commit comments

Comments
 (0)