Skip to content

Commit

Permalink
Remove fit.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Mar 8, 2024
1 parent 123e3b4 commit c3d01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/select/tests/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('Select', () => {
await disconnect();
});

fit('option added directly to DOM synchronously registers with Select', async () => {
it('option added directly to DOM synchronously registers with Select', async () => {
const { element, connect, disconnect } = await setup();
await connect();
await waitForUpdatesAsync();
Expand Down

0 comments on commit c3d01da

Please sign in to comment.