mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
committed by
Zack Radisic
parent
8cecfda535
commit
16b6d0905c
7
test/cli/install/bun-repl.test.ts
Normal file
7
test/cli/install/bun-repl.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test, expect } from "bun:test";
|
||||
import "harness";
|
||||
|
||||
// https://github.com/oven-sh/bun/issues/12070
|
||||
test("bun repl", () => {
|
||||
expect(["repl", "-e", "process.exit(0)"]).toRun();
|
||||
});
|
||||
Reference in New Issue
Block a user