Skip to content

Commit

Permalink
fix: jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 17, 2021
1 parent 63b84fb commit 35a76b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "a web framework for complex Node.js application",
"version": "1.0.0",
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jest": "^27.0.0",
"@types/node": "^15.0.1",
"@vercel/ncc": "^0.29.0",
"dotenv": "^10.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { ILogger, LoggerOptions } from '@midwayjs/logger';
* 鐢熷懡鍛ㄦ湡瀹氫箟
*/
export interface ILifeCycle {
onConfigLoad?(container: IMidwayContainer, app?: IMidwayApplication): Promise<void>;
onReady(container: IMidwayContainer, app?: IMidwayApplication): Promise<void>;
onStop?(container: IMidwayContainer, app?: IMidwayApplication): Promise<void>;
}
Expand Down

0 comments on commit 35a76b9

Please sign in to comment.