mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
ci/dev/test.sh: Pass through args
This commit is contained in:
parent
aa2cfa2c17
commit
481df70622
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -euo pipefail
|
||||||
main() {
|
main() {
|
||||||
cd "$(dirname "$0")/../.."
|
cd "$(dirname "$0")/../.."
|
||||||
|
|
||||||
mocha -r ts-node/register ./test/*.test.ts
|
mocha -r ts-node/register ./test/*.test.ts "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue