Files
my-old-dotfiles/.zsh/plugins/zsh-autosuggestions/spec/options/use_async_spec.rb

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