Fixed test execution strategy
This commit is contained in:
parent
548bc04e14
commit
bcac26e428
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
" Run tests in the background, send results to the quickfix window
|
" Run tests in the background, send results to the quickfix window
|
||||||
let test#strategy = 'async_background'
|
let test#strategy = 'asyncrun_background'
|
||||||
|
|
||||||
" Shortcuts
|
" Shortcuts
|
||||||
nmap <silent> <F10> :TestSuite<CR>
|
nmap <silent> <F10> :TestSuite<CR>
|
||||||
|
|
Loading…
Reference in a new issue