-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(test-plugin-ledger-connector-besu): jestify v21-sign-transaction-endpoint #3565
Labels
Besu
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
P4
Priority 4: Low
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Milestone
Comments
Hi @petermetz, I am working on this test file and currently its under internal evaluation |
@suumona This one seems taken, could you pick another one? |
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 8, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
5 tasks
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 8, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 8, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 8, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 9, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
petermetz
pushed a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 18, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
petermetz
pushed a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 18, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 21, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 22, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 22, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 22, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Oct 22, 2024
…-endpoint Primary Changes ---------------- packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/ integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts Fixes hyperledger-cacti#3565 Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Besu
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
P4
Priority 4: Low
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Description
The task is to migrate a specific test case (relative path based below) to Jest from TAP:
packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-validator-besu/v21-sign-transaction-endpoint.test.ts
An example pull request showing how these changes are to be done. Pay attention to the config file changes and the coding style of imports, describe() calls, it()/test() calls, the location of the variables storing the environment specific configuration that is created at runtime during the test execution, etc.
The example PR to use as a reference: https://github.com/hyperledger/cacti/pull/3206/files
Acceptance Criteria
The text was updated successfully, but these errors were encountered: