Update 2026-06-23 10:27:47

This commit is contained in:
yi
2026-06-23 10:27:47 +08:00
parent d0761503b7
commit add1275d1c
17 changed files with 1041 additions and 635 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"test": "jest --runInBand",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:operation-logs": "jest tests/operationLog.model.test.js tests/operationLogger.test.js tests/operationLogs.api.test.js --runInBand"
"test:operation-logs": "jest tests/operationLog.model.test.js tests/operationLogger.test.js tests/operationLogs.api.test.js --runInBand",
"seed": "node scripts/seed-example-data.js"
},
"dependencies": {
"all": "^0.0.0",