Skip to content

Commit

Permalink
Added test-utils to package.json + tsconfig.json files (deephaven#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 17, 2024
1 parent 392e4e3 commit 5e69e2c
Show file tree
Hide file tree
Showing 22 changed files with 31 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/app-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
},
"devDependencies": {
"@deephaven/test-utils": "file:../test-utils",
"react": "^17.x",
"react-dom": "^17.x",
"react-redux": "^7.x",
Expand Down
1 change: 1 addition & 0 deletions packages/app-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{ "path": "../plugin" },
{ "path": "../react-hooks" },
{ "path": "../redux" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/auth-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@deephaven/test-utils": "file:../test-utils",
"@types/react": "^17.0.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/auth-plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{ "path": "../jsapi-utils" },
{ "path": "../log" },
{ "path": "../redux" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"devDependencies": {
"@deephaven/jsapi-shim": "file:../jsapi-shim",
"@deephaven/mocks": "file:../mocks",
"@deephaven/test-utils": "file:../test-utils",
"@types/plotly.js": "^2.12.11"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/chart/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ "path": "../jsapi-utils" },
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/code-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@deephaven/mocks": "file:../mocks",
"@deephaven/prettier-config": "file:../prettier-config",
"@deephaven/stylelint-config": "file:../stylelint-config",
"@deephaven/test-utils": "file:../test-utils",
"autoprefixer": "^10.4.8"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/code-studio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{ "path": "../redux" },
{ "path": "../storage" },
{ "path": "../utils" },
{ "path": "../filters" }
{ "path": "../filters" },
{ "path": "../test-utils" }
]
}
4 changes: 2 additions & 2 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"references": [
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../utils" },
{ "path": "../test-utils" }
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
3 changes: 2 additions & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
},
"devDependencies": {
"@deephaven/jsapi-shim": "file:../jsapi-shim",
"@deephaven/mocks": "file:../mocks"
"@deephaven/mocks": "file:../mocks",
"@deephaven/test-utils": "file:../test-utils"
},
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/console/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{ "path": "../jsapi-shim" },
{ "path": "../log" },
{ "path": "../storage" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
3 changes: 2 additions & 1 deletion packages/dashboard-core-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
},
"devDependencies": {
"@deephaven/jsapi-shim": "file:../jsapi-shim",
"@deephaven/mocks": "file:../mocks"
"@deephaven/mocks": "file:../mocks",
"@deephaven/test-utils": "file:../test-utils"
},
"files": [
"dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/dashboard-core-plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../redux" },
{ "path": "../plugin" }
{ "path": "../plugin" },
{ "path": "../test-utils" }
]
}
1 change: 1 addition & 0 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"devDependencies": {
"@deephaven/mocks": "file:../mocks",
"@deephaven/test-utils": "file:../test-utils",
"@types/lodash.ismatch": "^4.4.0"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../redux" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
3 changes: 2 additions & 1 deletion packages/file-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@deephaven/mocks": "file:../mocks"
"@deephaven/mocks": "file:../mocks",
"@deephaven/test-utils": "file:../test-utils"
},
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/file-explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{
"path": "../storage"
},
{ "path": "../test-utils" },
{
"path": "../utils"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/iris-grid/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../storage" },
{ "path": "../utils" },
{ "path": "../test-utils" }
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/jsapi-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@deephaven/utils": "file:../utils"
},
"devDependencies": {
"@deephaven/test-utils": "file:../test-utils",
"react": "^17.x"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/jsapi-bootstrap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{ "path": "../components" },
{ "path": "../log" },
{ "path": "../react-hooks" },
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
4 changes: 2 additions & 2 deletions packages/jsapi-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ "path": "../filters" },
{ "path": "../jsapi-shim" },
{ "path": "../log" },
{ "path": "../utils" },
{ "path": "../test-utils" }
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}
4 changes: 2 additions & 2 deletions packages/react-hooks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exclude": ["node_modules", "src/**/*.test.*", "src/**/__mocks__/*"],
"references": [
{ "path": "../log" },
{ "path": "../utils" },
{ "path": "../test-utils" }
{ "path": "../test-utils" },
{ "path": "../utils" }
]
}

0 comments on commit 5e69e2c

Please sign in to comment.