Files
leetcode/apps/cli/test.ts
T

8 lines
203 B
TypeScript
Executable File

#!/usr/bin/env bun
/**
* Fuzzy-select a solution file from work/ and run leetcode-cli tests on it.
*/
import { runOnSolution } from "./solutions";
await runOnSolution("test", "Test which solution?");