diff options
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/projects.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua index 316b554d..b5523fed 100644 --- a/test/full/projects.lua +++ b/test/full/projects.lua @@ -7,7 +7,10 @@ local ws = require 'workspace' local fs = require 'bee.filesystem' config.set('Lua.workspace.preloadFileSize', 1000000) -config.set('Lua.diagnostics.neededFileStatus', {}) +config.set('Lua.diagnostics.neededFileStatus', { + ['await-in-sync'] = 'Any', + ['not-yieldable'] = 'Any', +}) local function doProjects(pathname) files.removeAll() |