Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 24, 2024
1 parent d3b5dfc commit 3ca49ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/SuggestPromptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
]));

expect($result)->toBe('Blue');
});
})->skip(! depends_on_collection());

it('accepts a callback returning a collection', function () {
Prompt::fake(['b', Key::TAB, Key::ENTER]);
Expand All @@ -116,7 +116,7 @@
);

expect($result)->toBe('Blue');
});
})->skip(! depends_on_collection());

it('transforms values', function () {
Prompt::fake([Key::SPACE, 'J', 'e', 's', 's', Key::TAB, Key::ENTER]);
Expand Down

0 comments on commit 3ca49ad

Please sign in to comment.