We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e849755 commit 0c83ca7Copy full SHA for 0c83ca7
lua/wincent/commandt/private/test/validate.lua
@@ -1,8 +1,8 @@
1
-- SPDX-FileCopyrightText: Copyright 2022-present Greg Hurrell and contributors.
2
-- SPDX-License-Identifier: BSD-2-Clause
3
4
-local validate = require('wincent.commandt.private.validate')
5
local mocks = require('wincent.commandt.private.mocks')
+local validate = require('wincent.commandt.private.validate')
6
7
describe('validate()', function()
8
before(function()
0 commit comments