git.delta.rocks / unique-network / refs/commits / 8b26223a5875

difftreelog

test fix mocha settings

PraetorP2023-09-12parent: #d7ef52e.patch.diff
in: master

2 files changed

deletedtests/.mocha.envdiffbeforeafterboth
before · tests/.mocha.env
1RELAY_ACALA_ID=10022RELAY_ASTAR_ID=10053RELAY_MOONBEAM_ID=10034RELAY_POLKADEX_ID=10065RELAY_STATEMINT_ID=10046RELAY_UNIQUE_ID=10017RELAY_HTTP_URL=http://127.0.0.1:9699/relay/8RELAY_ACALA_HTTP_URL=http://127.0.0.1:9699/relay-acala/9RELAY_ASTAR_HTTP_URL=http://127.0.0.1:9699/relay-astar/10RELAY_MOONBEAM_HTTP_URL=http://127.0.0.1:9699/relay-moonbeam/11RELAY_POLKADEX_HTTP_URL=http://127.0.0.1:9699/relay-polkadex/12RELAY_STATEMINT_HTTP_URL=http://127.0.0.1:9699/relay-statemint/13RELAY_UNIQUE_HTTP_URL=http://127.0.0.1:9699/relay-unique/14RELAY_URL=ws://127.0.0.1:9699/relay/15RELAY_ACALA_URL=ws://127.0.0.1:9699/relay-acala/16RELAY_ASTAR_URL=ws://127.0.0.1:9699/relay-astar/17RELAY_MOONBEAM_URL=ws://127.0.0.1:9699/relay-moonbeam/18RELAY_POLKADEX_URL=ws://127.0.0.1:9699/relay-polkadex/19RELAY_STATEMINT_URL=ws://127.0.0.1:9699/relay-statemint/20RELAY_UNIQUE_URL=ws://127.0.0.1:9699/relay-unique/
modifiedtests/.vscode/settings.jsondiffbeforeafterboth
--- a/tests/.vscode/settings.json
+++ b/tests/.vscode/settings.json
@@ -4,7 +4,6 @@
 		"RUN_XCM_TESTS": "1"
 	},
 	"mochaExplorer.files": "src/**/*.test.ts",
-	"mochaExplorer.envPath": ".mocha.env",
 	"mochaExplorer.require": "ts-node/register",
 	"eslint.format.enable": true,
 	"[javascript]": {