@fluidframework/mocha-test-setup Package
Variables
Variable | Type | Description |
---|---|---|
mochaHooks | { beforeAll(): void; beforeEach(): void; afterEach(): void; } |
Variable Details
mochaHooks
Signature
mochaHooks: {
beforeAll(): void;
beforeEach(): void;
afterEach(): void;
}
Type: { beforeAll(): void; beforeEach(): void; afterEach(): void; }