Skip to content

Commit 49cbd71

Browse files
committed
chore: move tests to separate directory
Signed-off-by: Wouter Termont <wouter.termont@ugent.be>
1 parent e28c428 commit 49cbd71

17 files changed

+1
-256
lines changed

packages/uma/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentsManager } from 'componentsjs';
44
import { NodeHttpServer } from './util/http/server/NodeHttpServer';
55
import { setLogger } from './util/logging/LoggerUtils';
66
import { WinstonLogger } from './util/logging/WinstonLogger';
7-
import { ResponseType } from './routes/OAuthConfigRequestHandler';
7+
import { ResponseType } from './routes/Config';
88
import { ASYMMETRIC_CRYPTOGRAPHIC_ALGORITHM }
99
from '@solid/access-token-verifier/dist/constant/ASYMMETRIC_CRYPTOGRAPHIC_ALGORITHM';
1010

packages/uma/src/util/logging/Logger.test.ts

Lines changed: 0 additions & 131 deletions
This file was deleted.

packages/uma/src/util/logging/LoggerUtils.test.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/uma/src/util/logging/WinstonLogger.test.ts

Lines changed: 0 additions & 102 deletions
This file was deleted.

packages/uma/src/authn/BasicClaimTokenProcessor.test.ts renamed to packages/uma/test/authn/BasicClaimTokenProcessor.test.ts

File renamed without changes.

packages/uma/src/authn/DpopClaimTokenProcessor.test.ts renamed to packages/uma/test/authn/DpopClaimTokenProcessor.test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)