Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshustuff authored Nov 1, 2024
1 parent 340a809 commit ae7b6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Install dependencies
run: |
npm ci # Use npm ci for a clean install
npm install # Use npm ci for a clean install
npm install --save-dev jest @testing-library/react @testing-library/jest-dom @babel/preset-env @babel/preset-react @babel/preset-typescript @testing-library/dom crypto-browserify
- name: Run tests
working-directory: ./lib
run: npm test # Just run npm test, which should call jest

0 comments on commit ae7b6a4

Please sign in to comment.