Skip to main content
Module

x/proc/test.sh

A better way to work with processes in Deno.
Latest
File
#!/bin/bash
cd ./tests/ && ( deno fmt deno test --allow-read --allow-run `find ./runnable/ -name '*.test.ts'`)