Skip to content

Commit

Permalink
test: orchestration exports
Browse files Browse the repository at this point in the history
- adds test to ensure @agoric/orchestration exports are reachable from js
- also documents what is exported via a snapshot
  • Loading branch information
0xpatrickdev committed Sep 25, 2024
1 parent ac98e25 commit 5952bbd
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/builders/test/orchestration-imports.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { test } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import * as orch from '@agoric/orchestration';

test('@agoric/orchestration exports', t => {
t.snapshot(orch);
});
Loading

0 comments on commit 5952bbd

Please sign in to comment.