Fix path to busted adapter in nvimrc

This commit is contained in:
HiPhish 2024-09-01 23:41:08 +02:00
parent f17969999c
commit 8f47c3d702

View file

@ -1,2 +1,2 @@
" Use the custom shim as the busted binary for testing
let g:bustedprg='./test/busted'
let g:bustedprg='./test/bin/busted'