chore: extract utils folder (#876)

This commit is contained in:
Pavel Feldman
2025-08-12 14:33:00 -07:00
committed by GitHub
parent dbd44110f1
commit c091a11d76
32 changed files with 51 additions and 87 deletions

View File

@@ -19,7 +19,7 @@ import path from 'path';
import { pathToFileURL } from 'url';
import { test, expect } from './fixtures.js';
import { createHash } from '../src/utils.js';
import { createHash } from '../src/utils/guid.js';
const p = process.platform === 'win32' ? 'c:\\non\\existent\\folder' : '/non/existent/folder';