Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Mar 9, 2025
commit b38286af4f58b7382254ddde10c0d8701eee0e4c
4 changes: 2 additions & 2 deletions tasks/e2e/test/utils.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import fs from 'node:fs';
import path from 'node:path';

import { minify as oxcMinify } from 'oxc-minify';
import { transform as oxcTransform } from 'oxc-transform';
import { createFsRequire } from 'fs-require';
import { Volume } from 'memfs';
import { minify as oxcMinify } from 'oxc-minify';
import { transform as oxcTransform } from 'oxc-transform';

const nodeModulesPath = new URL('../node_modules', import.meta.url).pathname;

Expand Down
Loading