Skip to content

Commit

Permalink
reload constants
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 4, 2024
1 parent cefd909 commit 0392b59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
-- @license [Apache 2.0](https://opensource.org/licenses/Apache-2.0)
-- @module spec.helpers

local CONSTANTS = require("spec.details.constants")


local PLUGINS_LIST


Expand Down Expand Up @@ -56,6 +53,7 @@ end


-- reload some modules when env or _G changes
local CONSTANTS = reload_module("spec.details.constants")
local shell = reload_module("spec.details.shell")
local misc = reload_module("spec.details.misc")

Expand Down

0 comments on commit 0392b59

Please sign in to comment.