Skip to content

Commit

Permalink
manually install jest
Browse files Browse the repository at this point in the history
  • Loading branch information
alisha-k-kalladassery committed Dec 5, 2024
1 parent 97360b4 commit 9eb217d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development
iname: Development

on:
pull_request:
Expand All @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16

- name: "Install jest env jsdom"
run: npm install -D jest-environment-jsdom
- name: "Run tests"
run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"jest": "^27.5.1",
"jest-axe": "^6.0.0",
"jest-watch-typeahead": "^1.1.0",
"jest-environment-jsdom": "^27.5.1",
"node-notifier": "^10.0.1",
"p-limit": "^4.0.0",
"postcss": "^8.4.13",
Expand Down

0 comments on commit 9eb217d

Please sign in to comment.