Fixed test execution strategy

This commit is contained in:
Emmanuel BENOîT 2020-12-05 00:39:10 +01:00
parent 548bc04e14
commit bcac26e428

View file

@ -1,5 +1,5 @@
" Run tests in the background, send results to the quickfix window
let test#strategy = 'async_background'
let test#strategy = 'asyncrun_background'
" Shortcuts
nmap <silent> <F10> :TestSuite<CR>