@nori-zk/mina-token-bridge
Version:
Nori ethereum state settelment and nETH token bridge zkApp
18 lines (17 loc) • 773 B
TypeScript
/**
* NoriTokenBridge Worker-driven Full E2E Test Suite (Lightnet)
*
* Mirrors the full integration spec single-thread/NoriTokenBridge.full.lightnet.integration.spec.ts —
* happy path, negative tests, and the 40-root window rotation block —
* but drives every contract interaction through a single TokenBridgeTester
* instance. Deployment + every subsequent op go through the same worker.
*
* Only two tests fall back to a direct txSend because they *intentionally*
* bypass the normal contract entrypoints:
* - direct mintedSoFar appState manipulation
* - direct FungibleToken.mint() (bypassing NoriTokenBridge)
*
* One tester instance handles every user — senderPrivateKey is passed per
* call, so there's no per-user worker setup.
*/
export {};