Skip to content

Commit ca5f5c0

Browse files
committed
Set test.type to busted
1 parent 862fa87 commit ca5f5c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

busted-codewars-dev-1.rockspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rockspec_format = "3.0"
12
package = "busted-codewars"
23
version = "dev-1"
34
source = {
@@ -18,3 +19,7 @@ build = {
1819
type = "builtin",
1920
modules = {}
2021
}
22+
23+
test = {
24+
type = "busted"
25+
}

0 commit comments

Comments
 (0)