Skip to content

Commit

Permalink
unit tests do need to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed Oct 22, 2024
1 parent 49897c6 commit 945cad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/oidc-signin-tool/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ const iTwinPlugin = require("@itwin/eslint-plugin");
module.exports = [
{
files: ["**/*.{ts,tsx}"],
ignores: ["**/test-integration/**", "**/test/**"],
ignores: ["**/test-integration/**"],
...iTwinPlugin.configs.iTwinjsRecommendedConfig,
},
{
files: ["**/*.{ts,tsx}"],
ignores: ["**/test-integration/**", "**/test/**"],
ignores: ["**/test-integration/**"],
...iTwinPlugin.configs.jsdocConfig,
},
{
files: ["**/*.{ts,tsx}"],
ignores: ["**/test-integration/**", "**/test/**"],
ignores: ["**/test-integration/**"],
rules: {
"no-duplicate-imports": "off",
"@typescript-eslint/consistent-type-imports": "error",
Expand Down
1 change: 0 additions & 1 deletion packages/oidc-signin-tool/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"lib",
"node_modules",
"src/test-integration",
"src/test"
]
}

0 comments on commit 945cad7

Please sign in to comment.