Skip to content

Commit

Permalink
chore: fix vitest config to check for all *.test.js(x) files (#241)
Browse files Browse the repository at this point in the history
* chore: fix vitest config to check for all *.test.js files

* chore: install jsdom and react-testing-library

* chore: set vitest test environment to jsdom

* chore: update include pattern to check for js,ts,jsx,tsx test files

* chore: globally define vitest test functions

* fix: try addressing deployment issue

* Revert "fix: try addressing deployment issue"

This reverts commit ffab5d8.

Revert ffab5d8

* fix: try addressing deployment issue

* Revert "fix: try addressing deployment issue"

This reverts commit 241ac5d.

Revert 241ac5d

---------

Co-authored-by: sonylomo <sonylomo1@gmail.com>
  • Loading branch information
alvyynm and sonylomo authored Sep 17, 2024
1 parent 70996b0 commit 95aefbb
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 3 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@testing-library/react": "^16.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.1",
"@types/react": "^18.0.28",
Expand All @@ -70,6 +71,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"jsdom": "^24.1.1",
"knip": "^4.6.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
Expand Down
Loading

0 comments on commit 95aefbb

Please sign in to comment.