-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1396] Convert events feature test to typescript
- Add and extend events feature to typescript - Delete obsolete javascript events feature - Enhance TS scenarios - Add lifecycle feature to typescript - Delete obsolete javascript lifecycle feature - Drop code coverage on cucmber suite as tests are being pulled from there and the suite is to be deleted Change-Id: If64280450647ccd5ec77346e1546345fe1e18c7c Signed-off-by: nkl199@yahoo.co.uk <nkl199@yahoo.co.uk>
- Loading branch information
Showing
643 changed files
with
464,316 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
149 changes: 149 additions & 0 deletions
149
test/ts-fixtures/chaincode/goLang/src/github.com/legacyGo/Gopkg.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
test/ts-fixtures/chaincode/goLang/src/github.com/legacyGo/Gopkg.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright IBM Corp All Rights Reserved. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/hyperledger/fabric-chaincode-go" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "github.com/hyperledger/fabric-protos-go" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
Oops, something went wrong.