mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
|
Deno.test("Deno.exitCode", () => {
|
||
|
Deno.exitCode = 42;
|
||
|
});
|
||
|
|
||
|
Deno.test("success", () => {
|
||
|
});
|