Skip to content

Commit

Permalink
test(contractStarter): generated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 14, 2024
1 parent 96c9aab commit a61a754
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions contract/test/snapshots/test-start1.js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Snapshot report for `test/test-start1.js`

The actual snapshot is saved in `test-start1.js.snap`.

Generated by [AVA](https://avajs.dev).

## use contractStarter to start postalSvc

> Terms of contractStarter and the contracts it starts are published under boardAux
> The example below illustrates the schema of the data published there.
>
> See also board marshalling conventions (_to appear_).
[
[
'published.boardAux.board0371',
{
terms: {
agoricNames: Object @Alleged: NameHubKit nameHub {},
board: Object @Alleged: Board board {},
brands: {
Fee: Object @Alleged: ZDEFAULT brand {},
Invitation: Object @Alleged: Zoe Invitation brand {},
},
issuers: {
Fee: Object @Alleged: ZDEFAULT issuer {},
Invitation: Object @Alleged: Zoe Invitation issuer {},
},
namesByAddress: Object @Alleged: Hub work-around {},
priceAuthority: Object @Alleged: Board board {},
prices: {
installBundleID: {
brand: Object @Alleged: ZDEFAULT brand {},
value: 0n,
},
startInstance: {
brand: Object @Alleged: ZDEFAULT brand {},
value: 0n,
},
storageNode: {
brand: Object @Alleged: ZDEFAULT brand {},
value: 0n,
},
timerService: {
brand: Object @Alleged: ZDEFAULT brand {},
value: 0n,
},
},
},
},
],
[
'published.boardAux.board0639',
{
terms: {
brands: {},
issuers: {},
namesByAddress: Object @Alleged: Hub work-around {},
},
},
],
]
Binary file added contract/test/snapshots/test-start1.js.snap
Binary file not shown.

0 comments on commit a61a754

Please sign in to comment.