UNPKG

@teambit/tester

Version:
8 lines (6 loc) 242 B
import { BitError } from '@teambit/bit-error'; export class NoTestFilesFound extends BitError { constructor(testRegex: string) { super(`no test files for regex: '${testRegex}' found for any of the components in the workspace.`); } }