change @local to @~local

This commit is contained in:
Rene Haas
2022-08-02 16:15:39 +02:00
parent f1948d91b3
commit ea76610bab
33 changed files with 99 additions and 96 deletions
@@ -1,7 +1,7 @@
const fs = require('fs');
const { basename, dirname, join } = require('path');
const v8toIstanbul = require('v8-to-istanbul');
const { tmpCoverageDirectory } = require('@local/config/playwright.coverage');
const { tmpCoverageDirectory } = require('@~local/config/playwright.coverage');
module.exports = async (coverageOutputDir, sourceDir, coverage, testfile) => {
// eslint-disable-next-line no-restricted-syntax