test(core): add PageAgentCore lifecycle tests

This commit is contained in:
Simon
2026-06-09 17:07:10 +08:00
parent 797c238862
commit daae28db34
5 changed files with 286 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
},
"include": ["**/*.ts"],
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}