We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7268e3 commit ab2dbc7Copy full SHA for ab2dbc7
.busted
@@ -1,7 +1,8 @@
1
return {
2
_all = {
3
coverage = false,
4
- lpath = "lua/?.lua;lua/?/init.lua",
+ lpath = 'lua/?.lua;lua/?/init.lua',
5
+ lua = 'nlua',
6
},
7
default = {
8
verbose = true
justfile
@@ -3,7 +3,7 @@ spec := justfile_directory() + "/spec"
# Run the runt.nvim test suite.
test *test_files=spec:
- luarocks test --local -- {{ test_files }}
+ eval $(luarocks path --no-bin --lua-version 5.1); luarocks --lua-version 5.1 test --local -- {{ test_files }}
# Coarsely profile how long the whole test suite takes to run.
9
profile-test *ARGS:
0 commit comments