summaryrefslogtreecommitdiff
path: root/std/testing/runner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/runner.ts')
-rwxr-xr-xstd/testing/runner.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/runner.ts b/std/testing/runner.ts
index d0d9ae2ec..17d5942f8 100755
--- a/std/testing/runner.ts
+++ b/std/testing/runner.ts
@@ -243,7 +243,7 @@ export async function runTestModules({
}
async function main(): Promise<void> {
- const parsedArgs = parse(args.slice(1), {
+ const parsedArgs = parse(args, {
boolean: ["allow-none", "failfast", "help", "quiet"],
string: ["exclude"],
alias: {