Use dotnettest for running csharp tests

pull/1/head
Ensar Sarajčić 2021-04-09 16:55:24 +02:00
parent 74d2ae80a0
commit 23bc30beeb
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
" make test commands execute using dispatch.vim
let test#strategy = "dispatch"
let test#csharp#runner = "dotnettest"
" Map test running commands
nmap <silent> <Leader>tn :TestNearest<CR>