We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb1d7a commit 627ba54Copy full SHA for 627ba54
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