From 87e727043d21575c677a7fd03ab6d5afda9e391f Mon Sep 17 00:00:00 2001 From: Elliott Marquez <5981958+e111077@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:58:47 -0700 Subject: [PATCH] test: catalog cache --- menu/menu.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/menu.ts b/menu/menu.ts index 82cf3068874..04a13a96e73 100644 --- a/menu/menu.ts +++ b/menu/menu.ts @@ -20,6 +20,8 @@ declare global { } } +export const asdf = 'adding a console.log'; + /** * @summary Menus display a list of choices on a temporary surface. *