Skip to content

Commit

Permalink
Merge pull request #14 from xf2809/test-demo
Browse files Browse the repository at this point in the history
removed comment
  • Loading branch information
manzil-infinity180 authored Aug 4, 2024
2 parents a3f6b0d + 22e4d2f commit fa569d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/xf_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Jest Testing
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
on: push

jobs:
jest:
Expand Down
1 change: 0 additions & 1 deletion backend/__tests__/users/user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit fa569d2

Please sign in to comment.