Skip to content

Variable: mockConfig

ts
const mockConfig: {
  ID_COUNTER: number;
};

Shared incrementing id counter for object mocks (mirrors the engine test mockConfig).

Type Declaration

NameTypeDefault value
ID_COUNTERnumber1000