Skip to content

Commit

Permalink
tests: use neorocksTest to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 29, 2023
1 parent dc198ce commit cf494eb
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 281 deletions.
13 changes: 13 additions & 0 deletions .busted
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
},
default = {
verbose = true,
ROOT = {"tests"},
},
tests = {
verbose = true,
},
}
Loading

0 comments on commit cf494eb

Please sign in to comment.