/**
 * NoriTokenBridge E2E Test Suite (Lightnet)
 *
 * Tests the consolidated NoriTokenBridge contract against a local Lightnet Mina node.
 * Requires: Lightnet running at http://localhost:8080/graphql (accountManager at :8181)
 *
 * Test sequence (order-dependent, shared state):
 *   1. Deploy contracts
 *   2. test update() — Ethereum state transitions (series of 4 blocks)
 *   3. test setUpStorage() — per-user storage initialisation
 *   4. test noriMint() — token minting
 *   5. Admin operation tests
 */
export {};
