Skip to content

Commit

Permalink
Make depcruise pass (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Apr 16, 2024
1 parent 907e5f2 commit 8835cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .dependency-cruiser.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ module.exports = {
"from.pathNot re of the not-to-dev-dep rule in the dependency-cruiser configuration",
from: {
path: "^(src)",
pathNot:
"\\.(spec|test)\\.(js|mjs|cjs|ts|ls|coffee|litcoffee|coffee\\.md)$",
pathNot: ["^src/__tests__/", "^src/benchmarks/"],
},
to: {
dependencyTypes: ["npm-dev"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.4.3",
"@rollup/plugin-typescript": "^8.2.0",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
Expand Down

0 comments on commit 8835cd3

Please sign in to comment.