mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-05-11 05:54:57 +00:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
describe 'suggestion fetching' do
|
|
it 'is performed synchronously'
|
|
|
|
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is set' do
|
|
it 'is performed asynchronously'
|
|
end
|
|
end
|