aleeusgr / potential-robot

minimal dApp testing suite
MIT License
3 stars 1 forks source link

reorg #96

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

 40 describe("vesting contract", () => {
 41   let vestingProgram, initiatorWallet, recipientWallet; 
 42   beforeEach(() => { 
 43     vestingProgram = new helios.Program( ... ); 
 44      ...
 45   })
 46   it ("tests things while reusing provided `vestingProgram`", async () => {
 47     ...
 48   })
 49 })
 50 ```
aleeusgr commented 1 year ago
 53 it("works with datumHash and datum at spend time")
 54 it("works with inlineDatum and no special datum at spend time")
 55 

:exploding_head:

aleeusgr commented 1 year ago

image