Skip to content

Commit

Permalink
Fix: missed .only presence in test file (note to self: don't push aft…
Browse files Browse the repository at this point in the history
…er coding in a plane 🤦🏻‍♂️)
  • Loading branch information
SBoudrias committed Mar 9, 2024
1 parent df32550 commit d66e22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/core.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe('createPrompt()', () => {
await expect(answer).resolves.toEqual('b');
});

it.only('usePrefix() renders loader and prefix', async () => {
it('usePrefix() renders loader and prefix', async () => {
vi.useFakeTimers();
const { interval } = spinners.dots;
const totalDuration = interval * spinners.dots.frames.length;
Expand Down

0 comments on commit d66e22b

Please sign in to comment.