Skip to content

Commit

Permalink
ldoc header
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 19, 2024
1 parent 0a05e10 commit 45b22e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/internal/wait.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------------------------------------------
-- Collection of utilities to help testing Kong features and plugins.
--
-- @copyright Copyright 2016-2022 Kong Inc. All rights reserved.
-- @license [Apache 2.0](https://opensource.org/licenses/Apache-2.0)
-- @module spec.helpers


local cjson = require("cjson.safe")
local lfs = require("lfs")
local pl_file = require("pl.file")
Expand Down

0 comments on commit 45b22e3

Please sign in to comment.