We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97a214 commit 5e4f4ccCopy full SHA for 5e4f4cc
test/command/auto-require.lua
@@ -6,6 +6,9 @@ local client = require 'client'
6
local findInsertRow = util.getUpvalue(autoRequire, 'findInsertRow')
7
local applyAutoRequire = util.getUpvalue(autoRequire, 'applyAutoRequire')
8
9
+assert(findInsertRow)
10
+assert(applyAutoRequire)
11
+
12
local originEditText = client.editText
13
local EditResult
14
0 commit comments