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
--- a/tests/.mocha.env
+++ /dev/null
@@ -1,20 +0,0 @@
-RELAY_ACALA_ID=1002
-RELAY_ASTAR_ID=1005
-RELAY_MOONBEAM_ID=1003
-RELAY_POLKADEX_ID=1006
-RELAY_STATEMINT_ID=1004
-RELAY_UNIQUE_ID=1001
-RELAY_HTTP_URL=http://127.0.0.1:9699/relay/
-RELAY_ACALA_HTTP_URL=http://127.0.0.1:9699/relay-acala/
-RELAY_ASTAR_HTTP_URL=http://127.0.0.1:9699/relay-astar/
-RELAY_MOONBEAM_HTTP_URL=http://127.0.0.1:9699/relay-moonbeam/
-RELAY_POLKADEX_HTTP_URL=http://127.0.0.1:9699/relay-polkadex/
-RELAY_STATEMINT_HTTP_URL=http://127.0.0.1:9699/relay-statemint/
-RELAY_UNIQUE_HTTP_URL=http://127.0.0.1:9699/relay-unique/
-RELAY_URL=ws://127.0.0.1:9699/relay/
-RELAY_ACALA_URL=ws://127.0.0.1:9699/relay-acala/
-RELAY_ASTAR_URL=ws://127.0.0.1:9699/relay-astar/
-RELAY_MOONBEAM_URL=ws://127.0.0.1:9699/relay-moonbeam/
-RELAY_POLKADEX_URL=ws://127.0.0.1:9699/relay-polkadex/
-RELAY_STATEMINT_URL=ws://127.0.0.1:9699/relay-statemint/
-RELAY_UNIQUE_URL=ws://127.0.0.1:9699/relay-unique/
modifiedtests/.vscode/settings.jsondiffbeforeafterboth
before · tests/.vscode/settings.json
1{2	"mochaExplorer.env": {3		"RUN_GOV_TESTS": "1",4		"RUN_XCM_TESTS": "1"5	},6	"mochaExplorer.files": "src/**/*.test.ts",7	"mochaExplorer.envPath": ".mocha.env",8	"mochaExplorer.require": "ts-node/register",9	"eslint.format.enable": true,10	"[javascript]": {11		"editor.defaultFormatter": "dbaeumer.vscode-eslint"12	},13	"[typescript]": {14		"editor.defaultFormatter": "dbaeumer.vscode-eslint"15	}16}