mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-01 17:53:38 +08:00
8 lines
171 B
Ruby
8 lines
171 B
Ruby
describe 'suggestion fetching' do
|
|
it 'is performed asynchronously'
|
|
|
|
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is unset' do
|
|
it 'is performed synchronously'
|
|
end
|
|
end
|