Skip to content

Commit 93af4ce

Browse files
committed
Address admin frontend review feedback
1 parent 5fa39a0 commit 93af4ce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

web/admin/src/App.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe("LoginPage", () => {
125125
);
126126

127127
await user.type(screen.getByLabelText("Access key"), " AKIA_TEST ");
128-
await user.type(screen.getByLabelText("Secret key"), " SECRET_TEST\n");
128+
await user.type(screen.getByLabelText("Secret key"), " SECRET_TEST ");
129129
await user.click(screen.getByRole("button", { name: "Sign in" }));
130130

131131
expect(await screen.findByText("KeyViz target")).toBeInTheDocument();

web/admin/tsconfig.app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"noFallthroughCasesInSwitch": true,
1919
"noUncheckedSideEffectImports": true
2020
},
21-
"include": ["src"],
22-
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx", "src/test/**"]
21+
"include": ["src"]
2322
}

0 commit comments

Comments
 (0)