mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08:00
ci/dev/test.sh: Pass through args
This commit is contained in:
parent
aa2cfa2c17
commit
481df70622
@ -4,7 +4,7 @@ set -euo pipefail
|
||||
main() {
|
||||
cd "$(dirname "$0")/../.."
|
||||
|
||||
mocha -r ts-node/register ./test/*.test.ts
|
||||
mocha -r ts-node/register ./test/*.test.ts "$@"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user