feat:Strengthen the testing framework

This commit is contained in:
saturn
2026-03-15 18:15:25 +08:00
parent eec27fbabf
commit ecbd183a77
31 changed files with 2326 additions and 85 deletions

View File

@@ -6,7 +6,10 @@ import path from 'path'
const root = process.cwd()
const targetDirs = [
path.join(root, 'tests', 'integration', 'api', 'contract'),
path.join(root, 'tests', 'integration', 'provider'),
path.join(root, 'tests', 'integration', 'chain'),
path.join(root, 'tests', 'system'),
path.join(root, 'tests', 'regression'),
]
function fail(title, details = []) {