From 7621cf4d243b4cb396496d603b94b88fb7158dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senovilla=20Polo?= <117524919+tsenovilla@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:13:54 +0100 Subject: [PATCH] Enable logs (#876) --- e2e-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/package.json b/e2e-tests/package.json index 64986c725..c076a74c2 100644 --- a/e2e-tests/package.json +++ b/e2e-tests/package.json @@ -7,7 +7,7 @@ "fmt-check": "prettier ./tests --check", "fmt": "prettier ./tests --write", "build": "./compile_contracts.sh", - "test": "mocha -r ts-node/register -t 900000 'tests/**/*.ts'", + "test": "DEBUG=transaction mocha -r ts-node/register -t 900000 'tests/**/*.ts'", "test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'" }, "author": "",