Skip to content

Commit 4dd00c8

Browse files
Copilotstreamich
andcommitted
fix: update remaining import paths in volume.test.ts
Co-authored-by: streamich <[email protected]>
1 parent a47830e commit 4dd00c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node/__tests__/volume.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { Link } from '../../core';
44
import Stats from '../Stats';
55
import Dirent from '../Dirent';
66
import { Volume, StatWatcher } from '../volume';
7-
import hasBigInt from './hasBigInt';
8-
import { tryGetChild, tryGetChildNode } from './util';
7+
import hasBigInt from '../../__tests__/hasBigInt';
8+
import { tryGetChild, tryGetChildNode } from '../../__tests__/util';
99
import { genRndStr6 } from '../util';
1010
import queueMicrotask from '../../queueMicrotask';
1111
import { constants } from '../../constants';

0 commit comments

Comments
 (0)