We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30726c9 + 627ba54 commit 08689a7Copy full SHA for 08689a7
integration-tests/helpers/bun.js
@@ -3,7 +3,7 @@
3
const { join, resolve } = require('path')
4
5
const PROJECT_ROOT = resolve(__dirname, '..', '..')
6
-const BUN_INSTALL = join(PROJECT_ROOT, '.bun')
+const BUN_INSTALL = join(PROJECT_ROOT, 'node_modules', '.cache', 'bun')
7
const BUN = join(PROJECT_ROOT, 'node_modules', '.bin', 'bun')
8
9
/**
0 commit comments