UNPKG

relativize-url

Version:

Construct relative URL from source and target URL

10 lines (9 loc) 202 B
/** @returns {Promise<import('jest').Config>} */ module.exports = async () => { return { // verbose: false, testMatch: [ "**/__tests__/*-test.js" // why do I need "**/" ? ], }; };