Skip to content

Commit 6de44b2

Browse files
authored
Merge branch 'main' into alex/cp-rs-unit-to-canister-tests
2 parents 32a6a92 + 25c4763 commit 6de44b2

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<strong>Disclaimer:</strong> This sample dapp is intended exclusively for experimental
2-
purpose. The backend canister may be removed or reinstalled at any time without prior
3-
notice. You are advised not to use this dapp for storing your critical data such
2+
purpose. You are advised not to use this dapp for storing your critical data such
43
as keys or passwords.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script lang="ts"></script>
22

33
<strong>Disclaimer:</strong> This sample dapp is intended exclusively for experimental
4-
purpose. The backend canister may be removed or reinstalled at any time without prior
5-
notice. You are advised not to use this dapp for storing your critical data such
4+
purpose. You are advised not to use this dapp for storing your critical data such
65
as keys or passwords.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script lang="ts"></script>
22

33
<strong>Disclaimer:</strong> This sample dapp is intended exclusively for experimental
4-
purpose. The backend canister may be removed or reinstalled at any time without prior
5-
notice. You are advised not to use this dapp for storing your critical data such
4+
purpose. You are advised not to use this dapp for storing your critical data such
65
as keys or passwords.

frontend/ic_vetkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"prettier": "prettier --write .",
9191
"prettier-check": "prettier --check .",
9292
"test_utils": "vitest utils",
93-
"test": "npm run test:deploy_all && export $(cat .test1.env .test2.env | xargs) && vitest",
93+
"test": "npm run test:deploy_all && export $(cat .test1.env .test2.env | xargs) && vitest --sequence.concurrent",
9494
"test:deploy_all": "npm run test:deploy_key_manager_canister && npm run test:deploy_encrypted_maps_canister",
9595
"test:deploy_key_manager_canister": "cd $(git rev-parse --show-toplevel)/backend/rs/canisters/ic_vetkeys_manager_canister && dfx start --clean --background; dfx deploy --argument '(\"dfx_test_key\")' ic_vetkeys_manager_canister && grep CANISTER_ID .env > $(git rev-parse --show-toplevel)/frontend/ic_vetkeys/.test1.env",
9696
"test:deploy_encrypted_maps_canister": "cd $(git rev-parse --show-toplevel)/backend/rs/canisters/ic_vetkeys_encrypted_maps_canister && dfx start --clean --background; dfx deploy --argument '(\"dfx_test_key\")' ic_vetkeys_encrypted_maps_canister && grep CANISTER_ID .env > $(git rev-parse --show-toplevel)/frontend/ic_vetkeys/.test2.env"

0 commit comments

Comments
 (0)