(string)
| 33 | chai.use(require('./matcher').default); |
| 34 | |
| 35 | function escape(string) { |
| 36 | return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); |
| 37 | } |
| 38 | |
| 39 | function translateClientOptions(options) { |
| 40 | Object.keys(options).forEach(key => { |
no outgoing calls
no test coverage detected