Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
revert old testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Jun 23, 2023
1 parent 52e74a4 commit e5aa761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/ink/interact.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ $.assert(
)
console.log(events)

console.log([...globalRunner.memo].map(([k, v]) => v._source === k))

/// Retrieve the final state.
const finalState = await state.run()
console.log("Alexa final balance:", finalState)
Expand Down
2 changes: 1 addition & 1 deletion rune/Rune.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RootRunner extends Runner {
}
}

export const globalRunner = new RootRunner()
const globalRunner = new RootRunner()

declare const _T: unique symbol
declare const _U: unique symbol
Expand Down

0 comments on commit e5aa761

Please sign in to comment.