Skip to content

Commit

Permalink
fix(vue): drop vue jest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Oct 20, 2023
1 parent b30f3c5 commit d27138e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/vue/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"nx",
"typescript",
"@nx/cypress",
"@nx/jest",
"@nx/playwright",
"@nx/storybook"
]
Expand Down
1 change: 0 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"minimatch": "3.0.5",
"tslib": "^2.3.0",
"@nx/devkit": "file:../devkit",
"@nx/jest": "file:../jest",
"@nx/js": "file:../js",
"@nx/eslint": "file:../eslint",
"@nx/vite": "file:../vite",
Expand Down

0 comments on commit d27138e

Please sign in to comment.