Cleanup debugging code from test again

This commit is contained in:
Sander Declerck 2025-10-15 09:21:23 +02:00
parent 056a1963e3
commit fce7550609
No known key found for this signature in database
4 changed files with 4 additions and 24 deletions

View file

@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "End-to-end tests for the Aikido Safe Chain",
"scripts": {
"test": "node --test --test-concurrency=1 **/safe-chain-proxy.e2e.spec.js"
"test": "node --test --test-concurrency=1 **/*.spec.js"
},
"keywords": [],
"author": "Aikido Security",