test(api): add failing model profile registry specs

This commit is contained in:
2026-03-28 17:01:49 +08:00
parent de1525a2d6
commit b6fb48e5b3
2 changed files with 80 additions and 1 deletions
+8 -1
View File
@@ -2,5 +2,12 @@
"name": "@aiquant/api",
"version": "0.0.0",
"private": true,
"type": "module"
"type": "module",
"scripts": {
"test": "vitest run --"
},
"devDependencies": {
"typescript": "^5.9.2",
"vitest": "^2.1.9"
}
}