From 906cf18c7653f1a0d1d3944d9ad32a59dca6d6f7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 14 Dec 2024 11:51:25 +0100 Subject: [PATCH] jest artefacts --- .forgejo/workflows/pr-check.yml | 2 +- .gitignore | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/pr-check.yml b/.forgejo/workflows/pr-check.yml index bacf8c7..8125286 100644 --- a/.forgejo/workflows/pr-check.yml +++ b/.forgejo/workflows/pr-check.yml @@ -23,4 +23,4 @@ jobs: run: npm run format-check - name: Run tests - run: npm run test -- --ci + run: npm run test diff --git a/.gitignore b/.gitignore index 012962c..a90acb9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,3 @@ dist/ # Debug file src/events/player/debug.ts - -# Jest -coverage/