Skip to content

Commit caf60b3

Browse files
committed
feat(plugin-consortium-manual): JSON Web Signatures for Nodes, Consortium
Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 703bc61 commit caf60b3

File tree

68 files changed

+2610
-1630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2610
-1630
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ below applies to all tests regardless of their nature.
288288
t.end(); // yaay, test coverage
289289
});
290290
```
291-
- An [end to end test case](./packages/cactus-test-plugin-web-service-consortium/src/test/typescript/integration/plugin-web-service-consortium/security-isolation-via-api-server-ports.ts) showcasing everything in action
291+
- An [end to end test case](./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts) showcasing everything in action
292292
that is being preached in this document about test automation
293293
- Focus/verify a single bug-fix/feature/etc.
294294
- Clearly separated from non-test (aka `main`) source code.
@@ -353,7 +353,7 @@ for both them separately anyway:
353353
- An integration test:
354354
355355
```sh
356-
npx tap --timeout=600 packages/cactus-test-plugin-web-service-consortium/src/test/typescript/integration/plugin-web-service-consortium/security-isolation-via-api-server-ports.ts
356+
npx tap --timeout=600 packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts
357357
```
358358
359359
- A unit test:

0 commit comments

Comments
 (0)