Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 19, 2025
1 parent fb0b2d7 commit d567afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('test/index.test.ts', () => {
'Response',
'Router',
'Service',
'Singleton',
'Subscription',
'start',
'startCluster',
Expand Down
2 changes: 1 addition & 1 deletion test/lib/core/loader/config_loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe('test/lib/core/loader/config_loader.test.ts', () => {
'static',
'bodyParser',
'overrideMethod',
'clusterAppMock',
'session',
'clusterAppMock',
'securities',
]);
});
Expand Down

0 comments on commit d567afe

Please sign in to comment.