Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
aadhil2k4 committed Jan 15, 2025
1 parent 547bb50 commit e5723f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ The process of proposing a change to Talawa Admin can be summarized as:
You don't need to re-run the `npm run jest-preview` command each time, simply run the `npm run test` command if the Jest Preview server is already running in the background, it'll automatically detect any failing tests and show the preview at `http://localhost:3336` as shown in this screenshot -
![Debugging Test Demo](./public/images/jest-preview.webp)
#### Vitest Testing
1. Running a single test:
```
Expand All @@ -145,7 +144,6 @@ The process of proposing a change to Talawa Admin can be summarized as:
```
npm run test:vitest:coverage
```
#### Combined testing and coverage
1. Running all tests:
```
Expand Down

0 comments on commit e5723f8

Please sign in to comment.