How to use the jest-regex-util.escapePathForRegex function in jest-regex-util

To help you get started, we’ve selected a few jest-regex-util examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Raathigesh / majestic / server / services / test-file-matcher.ts View on Github external
        .map((dir: string) => escapePathForRegex(dir + pathUtil.sep))
        .join("|")
github Raathigesh / majestic / app / src / core / engine / fileMatcher.ts View on Github external
        .map((dir: string) => escapePathForRegex(dir + pathUtil.sep))
        .join('|')

jest-regex-util

MIT
Latest version published 8 months ago

Package Health Score

91 / 100
Full package analysis