utils overview
This package exports functions that are not linked to a particular type
Table of contents
Utils
moduleTagFromFileName
Function that deduces the module name from the position of a test file. Used to check the moduleTag.
Signature
export declare const moduleTagFromFileName: MTypes.OneArgFunction<string, string | null>