From 35896b74fbae20ba491b22f942e238ef2b88351d Mon Sep 17 00:00:00 2001 From: luispdm <17044119+luispdm@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:39:01 +0200 Subject: [PATCH] fix command --- 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 31fa45c4..9273fdb0 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 600000 ''tests/**/*.ts'", + "test": "mocha -r ts-node/register -t 600000 'tests/**/*.ts'", "test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'" }, "author": "",