aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/bunExe.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/bunExe.ts')
-rw-r--r--test/bun.js/bunExe.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/bun.js/bunExe.ts b/test/bun.js/bunExe.ts
deleted file mode 100644
index a66f702de..000000000
--- a/test/bun.js/bunExe.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function bunExe() {
- return process.execPath;
-}