Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
ecba24352654f05e8621ede2958c46ae4a225746
Remove process.exit in killAllProcesses
Sebastian Martinez
committed
2 years ago
commit ecba24352654f05e8621ede2958c46ae4a225746
parent
2472938bf161790f7dc3cd613d903e5a355455bb
1 file changed
+0
-1
modified
tests/support/process.ts
@@ -21,7 +21,6 @@ export function killAllProcesses(): void {
process.kill("SIGKILL");
}
}
-
process.exit();
}
// Spawn a process with `execa` and register it.