From f76a41a2e1040df2089d5fe1b6a079850423dd00 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Sat, 11 Jan 2025 19:27:17 -0600 Subject: [PATCH] update: use vitest for api tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8bfcfc..44a6143 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "scripts": { "test-prebuild": "pnpm run with-env vitest ./test/prebuild", - "test-api-client": "ava ./test/api/client.js --verbose", + "test-api-client": "pnpm run with-env vitest ./test/api", "test-listings": "pnpm run with-env vitest ./test/listings", "test-postbuild-api": "pnpm test-listings", "test-vitest": "vitest",