mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 04:45:52 +01: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…
Reference in New Issue
Block a user