Skip to content

Commit 123686d

Browse files
committed
fix(integration_tests): fix auth v1 tests
1 parent 143dbb3 commit 123686d

File tree

5 files changed

+38
-307
lines changed

5 files changed

+38
-307
lines changed

.eslintrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ module.exports = {
2828
overrides: [
2929
{
3030
files: ["*.ts"],
31+
parserOptions: {
32+
project: "tsconfig.json",
33+
},
3134
rules: {
3235
"jsdoc/require-param-type": "off",
3336
"jsdoc/require-returns-type": "off",
@@ -62,9 +65,6 @@ module.exports = {
6265
},
6366
],
6467
globals: {},
65-
parserOptions: {
66-
project: "tsconfig.json",
67-
},
6868
plugins: ["prettier", "@typescript-eslint", "jsdoc"],
6969
parser: "@typescript-eslint/parser",
7070
};

integration_test_declarative/scripts/cleanup-all-test-users.cjs

Lines changed: 0 additions & 84 deletions
This file was deleted.

integration_test_declarative/scripts/cleanup.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

integration_test_declarative/scripts/hard-reset.sh

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)