From 9717b35ec5e8de04029199c5fb6213c9e4e78467 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sun, 31 Mar 2024 16:29:05 +0900 Subject: [PATCH] test: disable all test functions --- src/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/index.ts b/src/test/index.ts index e568960..1530b36 100644 --- a/src/test/index.ts +++ b/src/test/index.ts @@ -373,7 +373,7 @@ const tester = new LoggedClass(); // void tester.testMissingReturnLogging("asdf"); // void tester.testRawObjectReturnLogging("asdf"); // void tester.testRawValueReturnLogging("asdf"); -void tester.testLoggerRootLogging(); +// void tester.testLoggerRootLogging(); // tester.testSyncLoggerRootLogging(); // tester.testSyncLogging();