| 1 | describe('stringToRegExp tests', () => { |
| 2 | const { stringToRegExp } = require('../../../../../src/utils/common.js'); |
| 3 | |
| 4 | test('stringToRegExp should return input if input is not a RegExp string', () => { |
nothing calls this directly
no test coverage detected