From 5faf939c8946b1aa13b5c4f94e91822366bb19ee Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 29 May 2023 00:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/src/test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/web/task_schedule/src/test/test.ts b/code/web/task_schedule/src/test/test.ts index a35038f..2883091 100644 --- a/code/web/task_schedule/src/test/test.ts +++ b/code/web/task_schedule/src/test/test.ts @@ -8,6 +8,6 @@ * Copyright (c) ${2022} by Kane, All Rights Reserved. */ -// import { loginTestCaller } from "./requestTest.js"; +import { testNewCitizen } from "./identify.js"; -// loginTestCaller(); +testNewCitizen();