mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
Initial commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
if test -f ./vitest.config.ts; then
|
||||
vitest --testTimeout=15000 "$@"
|
||||
fi
|
||||
if test -f ./vitest.config.node.ts; then
|
||||
vitest --testTimeout=15000 -c ./vitest.config.node.ts "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user