-
Notifications
You must be signed in to change notification settings - Fork 283
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(fabric): jestify test cases #3547
Comments
@jagpreetsinghsasan Please make sure to include all the exact paths for the test cases that are being worked on as they are seen in the Reason: I also randomly pick test cases to migrate from the |
@petermetz we are covering all the test cases present, which can be moved to jest, so I havent pointed out the specific ones. |
These are the tests that are part of this ticket. packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/deploy-cc-from-golang-source.test.ts |
test(fabric): jestify test cases ``` Primary Changes ---------------- 1. Updated the identified fabric tap tests to use jest: 2. Removed the tests from taprc and jest.config.js ``` Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
test(fabric): jestify test cases ``` Primary Changes ---------------- 1. Updated the identified fabric tap tests to use jest: 2. Removed the tests from taprc and jest.config.js ``` Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Updated the identified fabric tap tests to use jest: 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Updated the identified fabric tap tests to use jest: 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Primary Changes ---------------- 1. Jestified remaining tests for the connector-fabric plugin, excluding add-orgs.test.ts (currently skipped). 2. Removed the tests from taprc and jest.config.js Fixes hyperledger-cacti#3547 Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
Description
As a developer, I want to jestify the existing fabric connector test cases.
** For this, first make sure that the test which is being converted to use Jest, actually runs.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: