Skip to content

Commit

Permalink
feat: try to use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT committed Nov 21, 2024
1 parent ac18883 commit 7f056e5
Show file tree
Hide file tree
Showing 3 changed files with 814 additions and 15 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"description": "Modules to generate test data for commercetools APIs",
"private": true,
"preconstruct": {
"packages": ["core", "graphql-types", "models/*", "utils", "generators"]
"packages": [
"core",
"graphql-types",
"models/*",
"utils",
"generators"
]
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -61,7 +67,8 @@
"prettier": "3.3.3",
"prettier-jest": "npm:prettier@^2",
"tsc-files": "^1.1.3",
"typescript": "5.6.2"
"typescript": "5.6.2",
"vitest": "^2.1.5"
},
"devDependencies": {
"jest-extended": "4.0.2"
Expand Down
Loading

0 comments on commit 7f056e5

Please sign in to comment.