diff --git a/.github/workflows/xf_ci.yaml b/.github/workflows/xf_ci.yaml index a69f15e4..b820fe94 100644 --- a/.github/workflows/xf_ci.yaml +++ b/.github/workflows/xf_ci.yaml @@ -1,10 +1,5 @@ name: Jest Testing -on: - push: - branches: - - main - pull_request: - workflow_dispatch: +on: push jobs: jest: diff --git a/backend/__tests__/users/user.test.js b/backend/__tests__/users/user.test.js index b74acc83..930184b6 100644 --- a/backend/__tests__/users/user.test.js +++ b/backend/__tests__/users/user.test.js @@ -3,7 +3,6 @@ const httpMocks = require('node-mocks-http'); // mocking the userModel jest.mock('../../model/userModel'); jest.mock('../../controller/userController'); -// const describe('user testing', () => { test('verify/Login', async () => {