diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ce5bec5..9c27eb6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,5 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm run install | - npm run test \ No newline at end of file + - run: npm install && nodets jest --config=jest.config.ts \ No newline at end of file