Skip to content

Commit

Permalink
chore(deps): update pjs, add small e2e-config (#1225)
Browse files Browse the repository at this point in the history
* chore(deps: update pjs, add small e2e-config)

* lint
  • Loading branch information
TarikGul committed Feb 13, 2023
1 parent 289d804 commit 80f4e2c
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 209 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js"
},
"dependencies": {
"@polkadot/api": "^9.13.6",
"@polkadot/api-contract": "^9.13.6",
"@polkadot/util-crypto": "^10.3.1",
"@polkadot/api": "^9.14.1",
"@polkadot/api-contract": "^9.14.1",
"@polkadot/util-crypto": "^10.4.1",
"@substrate/calc": "^0.3.1",
"argparse": "^2.0.1",
"confmgr": "^1.0.10",
Expand Down
4 changes: 3 additions & 1 deletion scripts/runLatestE2eTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ const main = async (args: IE2EParseArgs) => {
latestE2eConfig,
procs
);
const kusamaTest = await launchChainTest('kusama', latestE2eConfig, procs);
const westend = await launchChainTest('westend', latestE2eConfig, procs);
const statemintTest = await launchChainTest(
'statemint',
latestE2eConfig,
procs
);

checkTests(polkadotTest, statemintTest);
checkTests(polkadotTest, kusamaTest, westend, statemintTest);
}
};

Expand Down
Loading

0 comments on commit 80f4e2c

Please sign in to comment.