@w5s/core-typeInterfacesTestingLibraryOn this pageTestingLibrary Common interface for testing libraries like jest and vitestIndex PropertiesdescribeexpectitProperties describedescribe: { todo: (description: string, fn: () => void) => void }expectexpect: ExpectFunctionitit: { each: <T>(values: readonly T[]) => (description: string, fn: (value: T) => void) => void; todo: (description: string, fn: () => void) => void }
Common interface for testing libraries like jest and vitest