Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F130753
window_test.lua
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
305 B
Referenced Files
None
Subscribers
None
window_test.lua
View Options
local
vim_mock
=
require
"ivy.vim_mock"
local
window
=
require
"ivy.window"
before_each
(
function
()
vim_mock
.
reset
()
end
)
it
(
"can initialize"
,
function
(
t
)
window
.
initialize
()
if
window
.
get_buffer
()
~=
10
then
t
.
error
(
"The windows buffer should be 10 found "
..
window
.
get_buffer
())
end
end
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 6 2026, 4:20 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16040
Default Alt Text
window_test.lua (305 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment