3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
npx vitest run --config vitest.config.ts --reporter=dot 2>&1 | tail -30
|