We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41863a1 commit 1e50912Copy full SHA for 1e50912
scripts/cts/testServer/pushMock.ts
@@ -39,6 +39,8 @@ function addRoutes(app: Express): void {
39
const helper = match?.[1] as string;
40
const lang = match?.[2] as string;
41
42
+ console.log(match, helper, lang);
43
+
44
if (!pushMockState[lang]) {
45
pushMockState[lang] = {};
46
}
0 commit comments