Skip to content

Commit

Permalink
Merge pull request #165 from msqd/mkui_vitest
Browse files Browse the repository at this point in the history
[READY] Mkui vitest
  • Loading branch information
ArthurD1 authored Feb 13, 2024
2 parents 628feac + 5adab96 commit 9d428c3
Show file tree
Hide file tree
Showing 24 changed files with 607 additions and 1,119 deletions.
10 changes: 5 additions & 5 deletions vendors/mkui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/bramus__pagination-sequence": "^1.2.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/sync-fetch": "^0.4.3",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.2",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-svg-transformer": "^1.0.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"start-server-and-test": "^2.0.3",
Expand All @@ -49,7 +48,8 @@
"tailwindcss": "^3.4.1",
"twin.macro": "^3.4.1",
"typescript": "~5.2.2",
"vite": "^5.0.12"
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"main": "./src/index.ts",
"exports": {
Expand All @@ -65,7 +65,7 @@
"serve": "pnpm serve:dev",
"serve:dev": "ladle serve -p 61110",
"serve:prod": "ladle preview -p 61110",
"test:unit": "jest",
"test:unit": "vitest run",
"test:visual": "pnpm test:visual:dev",
"test:visual:dev": "cross-env TYPE=dev pnpm exec playwright test",
"test:visual:prod": "cross-env TYPE=prod pnpm exec playwright test",
Expand Down
Loading

0 comments on commit 9d428c3

Please sign in to comment.