Open petermetz opened 1 month ago
Accepting 1st open source project
@Shubhamkunwar10 Thank you very much in advance for the contribution!
@Shubhamkunwar10 Just checking: Are you still working on this? Do you need any help?
Got busy. Had to work on erc4337 project. Today I am back will update you soon @petermetz
@Shubhamkunwar10 No worries, thank you again for the contribution in advance!
Description
The task is to migrate a specific test case (relative path based below) to Jest from TAP:
packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.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