Skip to content

Commit a6b761b

Browse files
committed
explicitly import crypto
1 parent 3e3bc2d commit a6b761b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/language/test/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { invariant } from '@zenstackhq/common-helpers';
22
import { glob } from 'glob';
3+
import crypto from 'node:crypto';
34
import fs from 'node:fs';
45
import os from 'node:os';
56
import path from 'node:path';

0 commit comments

Comments
 (0)