diff --git a/test/units/15_completion_macro.test.ts b/test/units/15_completion_macro.test.ts index f0190db6e..0bda3f6f4 100644 --- a/test/units/15_completion_macro.test.ts +++ b/test/units/15_completion_macro.test.ts @@ -131,6 +131,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => { }) it('should remove other `%` components from macro argument hints', async () => { + set.config('intellisense.package.unusual', true) readStub.resolves('\\usepackage{acro}') await lw.cache.refreshCache(texPath)