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