Skip to content

Commit 46f0688

Browse files
committed
add smoke test readme to more proper location
1 parent f8989c0 commit 46f0688

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

contracts/scripts/compensation/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ The contract goveror **must** have called `unlockAdjuster` on the contract befo
1616
export DEPLOYER_PK=<pk>
1717
node scripts/compensation/compensationSync.js --data-file=scripts/staking/reimbursements.csv --do-it
1818

19-
### Running Smoke Tests
20-
21-
Smoke tests can be ran in 2 modes:
22-
- Run `scripts/test/smokeTest.sh` to launch interactive mode. All the "before contract changes" parts of tests
23-
will execute and wait for the user to manually using a console performs contract changes. Once those are done
24-
hit "Enter" in the smoke test console and the second part of the tests shall be ran that validate that contract
25-
changes haven't broken basic functionality.
26-
- Run `scripts/test/smokeTest.sh --deployid [numeric_id_of_deploy]` will run smoke tests against a specific
27-
deployid. Validating that that deploy didn't break basic functionality.
2819

2920
### Sample output
3021

0 commit comments

Comments
 (0)