Skip to content

AlgoKitLogCaptureFixture

@algorandfoundation/algokit-utils / types/testing / AlgoKitLogCaptureFixture

types/testing.AlgoKitLogCaptureFixture

afterEach: () => void

Testing framework agnostic handler method to run after each test to reset the logger.

▸ (): void

void

src/types/testing.ts:158


beforeEach: () => void

Testing framework agnostic handler method to run before each test to prepare the testLogger for that test.

▸ (): void

void

src/types/testing.ts:154

get testLogger(): TestLogger

The test logger instance for the current test

TestLogger

src/types/testing.ts:150