From 733ce8ded541effba3edab12632df1e48b4ddbf6 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 26 Oct 2024 19:26:04 +0800 Subject: [PATCH] Testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad380a6d..f5fa358b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test-with-build": "npm run build && npm test", "test-backend": "node extra/test-backend.mjs", "test-backend-node20": "cross-env TEST_BACKEND=1 node --test test/backend-test", - "test-backend-node22": "cross-env TEST_BACKEND=1 node --test test/backend-test/**test-*.js", + "test-backend-node22": "cross-env TEST_BACKEND=1 node --test test/backend-test/**/test-*.js", "test-e2e": "playwright test --config ./config/playwright.config.js", "test-e2e-ui": "playwright test --config ./config/playwright.config.js --ui --ui-port=51063", "playwright-codegen": "playwright codegen localhost:3000 --save-storage=./private/e2e-auth.json",