Skip to content

Commit 91ef8f2

Browse files
committed
.busted: Add busted config file to allow testing when lpeg_patterns is installed globally
1 parent f144134 commit 91ef8f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.busted

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
default = {
3+
lpath = "./?.lua";
4+
};
5+
}

0 commit comments

Comments
 (0)