constnodePath= require("path");
// Webpack 4 (used by browser tests) can't transpile import.meta.url// So export the project directory using __dirname from a .cjs moduleconstprojectDir= nodePath.resolve(__dirname, "..", "..");
module.exports = projectDir