test(M01-B): 验证MySQL迁移往返

This commit is contained in:
Codex
2026-06-18 09:53:10 +08:00
parent 2571f6fe5b
commit 8749a44adf
5 changed files with 208 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
"db:migrate:up": "npm run build && node dist/db/migrate-cli.js up",
"db:migrate:verify": "npm run build && node dist/db/migrate-cli.js verify",
"db:migrate:down": "npm run build && node dist/db/migrate-cli.js down",
"test:mysql:migration": "npm run build && node tests/mysql-migration-roundtrip.test.mjs",
"test": "npm run build && node tests/backend-contract.test.mjs && node tests/migration-contract.test.mjs && node tests/mysql-pool-contract.test.mjs && node tests/migration-runner.test.mjs && node tests/legacy-money.test.mjs && node tests/legacy-read-repository.test.mjs"
},
"dependencies": {