mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
83129dd796
While they are still experimental
7 lines
169 B
Ruby
7 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
|