From 6fc48ba46b3e0bc86d45c6ebb821f3b7f4d71054 Mon Sep 17 00:00:00 2001 From: moon Date: Sun, 25 Feb 2024 04:50:15 -0800 Subject: [PATCH] add lib tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e8e2d9..132c5b4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,4 +21,4 @@ jobs: - run: npm ci - run: npm run build --if-present - - run: npm run test -- ./src/lib/__tests__/ \ No newline at end of file + - run: npm run test -- ./src/lib/ \ No newline at end of file