| 1 | const escapeRegExp = (value) => value.replace(/[.*+?^${}()|[\]\\]/g, class="st">"\\$&"); |
| 2 | |
| 3 | it(class="st">"should load node builtins via dynamic import", async () => { |
| 4 | const load = async (modulePromise) => { |
nothing calls this directly
no test coverage detected