mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01: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
|