test: add topology evidence baseline fixtures

This commit is contained in:
赵义仑
2026-06-16 18:48:10 +08:00
parent ff122226b4
commit 5ea50e7288
5 changed files with 221 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json",
"test": "tsx --test tests/**/*.test.ts",
"scan": "tsx src/cli.ts scan",
"explore": "tsx src/cli.ts explore",
"example": "tsx src/cli.ts explore --url ./examples/simple.html --out artifacts/simple-graph.json --max-actions 8"
@@ -23,4 +24,3 @@
"typescript": "^5.8.3"
}
}