Skip to content

Commit

Permalink
🧪 Test(enviroment,tests): add Vitest + componentConcept Test
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Feb 8, 2024
1 parent a629efd commit 9087e0f
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pre": "npx lint-staged",
"pre:husky": "git add . && npx lint-staged",
"start": "node ./dist/index.cjs",
"test": "echo 'Add test script here'",
"test": "pnpm vitest",
"unlink-cli": "cd lib && pnpm unlink --global",
"unlink-cli:dev": "cd lib && pnpm unlink --global",
"unlink-cli:prod": "cd dist && pnpm unlink --global"
Expand Down Expand Up @@ -61,6 +61,7 @@
"prettier-plugin-packagejson": "^2.4.10",
"swc-loader": "^0.2.6",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
Expand Down
Loading

0 comments on commit 9087e0f

Please sign in to comment.