aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/require-referenceerror.snapshot.js
blob: c52af3d226d99df1489793dd2cba3db9e806302e (plain) (blame)
1
2
3
4
5
/**
 * https://github.com/oven-sh/bun/issues/685
 */
import { v4 as uuidv4 } from "uuid";
Bun.inspect(uuidv4());