From a6b9cc5c395e3a234e2e2f6839337c4c00abeb53 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Thu, 9 May 2024 10:27:05 -0700 Subject: [PATCH] chore: test glob to Ava default --- packages/benchmark/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index f1e3a9ef7180..c70ce22b4770 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -50,8 +50,8 @@ "ts": "module" }, "files": [ - "test/**/test-*.js", - "test/**/test-*.ts" + "test/**/test-*.*", + "test/**/*.test.*" ], "nodeArguments": [ "--loader=tsx",