UNPKG

smartsh

Version:

Cross-shell command runner enabling Unix-style syntax on any OS.

5 lines (4 loc) 98 B
import { test, expect } from "vitest"; test("sanity", () => { expect(true).toBe(true); });