Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2020-09-30 17:01:53 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2020-10-09 13:51:40 +0300
commit92173bea81b588193226dfc9060fd454f9b2ec3d (patch)
treed3f70557193762a75424224279d4c2c4988ff5b5 /.busted
parentaba04e19ccade5d9950ec449f86b8778ec1a50a8 (diff)
chore: Add configuration for Busted test framework
Diffstat (limited to '.busted')
-rw-r--r--.busted6
1 files changed, 6 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..ed6f887
--- /dev/null
+++ b/.busted
@@ -0,0 +1,6 @@
+return {
+ default = {
+ lpath = "./lua/?.lua;./lua/?/init.lua",
+ }
+}
+-- vim: ft=lua