Skip trivial user input recall flows

This commit is contained in:
Hao19911125
2026-04-05 22:17:39 +08:00
parent 69a47c11b2
commit 08f82f2195
8 changed files with 894 additions and 259 deletions

View File

@@ -7,9 +7,10 @@
"test:indexeddb-persistence": "node tests/indexeddb-persistence.mjs",
"test:indexeddb-sync": "node tests/indexeddb-sync.mjs",
"test:indexeddb-migration": "node tests/indexeddb-migration.mjs",
"test:trivial-input": "node tests/trivial-user-input.mjs",
"test:indexeddb": "npm run test:indexeddb-persistence && npm run test:indexeddb-sync && npm run test:indexeddb-migration",
"test:persistence-matrix": "npm run test:p0 && npm run test:runtime-history && npm run test:graph-persistence && npm run test:indexeddb",
"test:all": "npm run test:persistence-matrix",
"test:all": "npm run test:persistence-matrix && npm run test:trivial-input",
"check": "node --check index.js && node --check bme-db.js && node --check hide-engine.js && node --check panel.js && node --check ui-status.js && node --check event-binding.js"
},
"dependencies": {