test: disable all test functions

This commit is contained in:
p-sw 2024-03-31 16:29:05 +09:00
parent 9ce4536283
commit 9717b35ec5

View File

@ -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();