From c1232f22b8981c61b361bb0f6842bcf30e49338b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 13 May 2024 13:35:38 -0500 Subject: [PATCH] refactor: move `.luarc.json` to toplevel --- tests/.luarc.json => .luarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/.luarc.json => .luarc.json (97%) diff --git a/tests/.luarc.json b/.luarc.json similarity index 97% rename from tests/.luarc.json rename to .luarc.json index e18ab58..bc7ed14 100644 --- a/tests/.luarc.json +++ b/.luarc.json @@ -3,4 +3,4 @@ "it", "describe" ] -} \ No newline at end of file +}