aboutsummaryrefslogtreecommitdiff
path: root/test/functional/preload.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-11-27 23:30:49 +0100
committerGitHub <noreply@github.com>2022-11-27 23:30:49 +0100
commit28e6fe85a78e0c7109d823db3057568f6f1b7355 (patch)
tree97660b67740882f34d3568531475b9b5a2098182 /test/functional/preload.lua
parent3098064f332ffbc59c342545402e2d2da798a458 (diff)
parent942f26279d373fcdebcb41363e526a2871b09a71 (diff)
downloadrneovim-28e6fe85a78e0c7109d823db3057568f6f1b7355.tar.gz
rneovim-28e6fe85a78e0c7109d823db3057568f6f1b7355.tar.bz2
rneovim-28e6fe85a78e0c7109d823db3057568f6f1b7355.zip
Merge pull request #21204 from bfredl/colormap
fix(tests): only get the color map once, even for multiple test files
Diffstat (limited to 'test/functional/preload.lua')
-rw-r--r--test/functional/preload.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/preload.lua b/test/functional/preload.lua
index 43e2151f84..e225854de3 100644
--- a/test/functional/preload.lua
+++ b/test/functional/preload.lua
@@ -2,6 +2,7 @@
-- Busted started doing this to help provide more isolation. See issue #62
-- for more information about this.
local helpers = require('test.functional.helpers')(nil)
+local screen = require('test.functional.ui.screen')
local busted = require("busted")
local is_os = helpers.is_os