fix(test): require the state

This commit is contained in:
Barrett Ruth 2025-09-22 16:40:14 -04:00
parent 7352189339
commit 464ce8906c

View file

@ -6,6 +6,7 @@ local logger = require('cp.log')
local problem = require('cp.problem')
local scrape = require('cp.scrape')
local snippets = require('cp.snippets')
local state = require('cp.state')
if not vim.fn.has('nvim-0.10.0') then
logger.log('[cp.nvim]: requires nvim-0.10.0+', vim.log.levels.ERROR)