summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json
index a8f8bbe2..3a325ee7 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -20,7 +20,9 @@
"version": "Lua 5.4",
"path": [
"script/?.lua",
- "script/?/init.lua"
+ "script/?/init.lua",
+ "test/?.lua",
+ "test/?/init.lua"
],
"pathStrict": true
},