-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes #1045 Signed-off-by: Tommesha Wiggins <tommesha.wiggins@accenture.com>
- Loading branch information
1 parent
6fbdca8
commit 3c30acc
Showing
22 changed files
with
88 additions
and
97 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
...ges/cactus-plugin-htlc-eth-besu-erc20/src/test/typescript/integration/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
8 changes: 0 additions & 8 deletions
8
packages/cactus-plugin-htlc-eth-besu-erc20/src/test/typescript/integration/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-plugin-htlc-eth-besu-erc20/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
8 changes: 0 additions & 8 deletions
8
packages/cactus-plugin-htlc-eth-besu-erc20/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-plugin-keychain-vault/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-plugin-keychain-vault/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
...ages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
.../cactus-test-plugin-consortium-manual/src/test/typescript/integration/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-test-plugin-consortium-manual/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-test-plugin-consortium-manual/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...s-test-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
...cactus-test-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...s/cactus-test-plugin-ledger-connector-quorum/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-test-plugin-ledger-connector-quorum/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-test-tooling/src/test/typescript/integration/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-test-tooling/src/test/typescript/integration/api-surface.ts
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
packages/cactus-test-tooling/src/test/typescript/unit/api-surface.test.ts
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,8 @@ | ||
import test, { Test } from "tape-promise/tape"; | ||
|
||
import * as apiSurface from "../../../main/typescript/public-api"; | ||
|
||
test("Library can be loaded", (t: Test) => { | ||
t.ok(apiSurface, "apiSurface truthy OK"); | ||
t.end(); | ||
}); |
9 changes: 0 additions & 9 deletions
9
packages/cactus-test-tooling/src/test/typescript/unit/api-surface.ts
This file was deleted.
Oops, something went wrong.