Skip to content

Commit 1e50912

Browse files
committed
chore: more
1 parent 41863a1 commit 1e50912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/cts/testServer/pushMock.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ function addRoutes(app: Express): void {
3939
const helper = match?.[1] as string;
4040
const lang = match?.[2] as string;
4141

42+
console.log(match, helper, lang);
43+
4244
if (!pushMockState[lang]) {
4345
pushMockState[lang] = {};
4446
}

0 commit comments

Comments
 (0)