Skip to content

Commit

Permalink
ui: Fix linting error
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
koorosh committed Jan 24, 2020
1 parent 8ae6d0b commit 2b1226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/src/app.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ describe("Routing to", () => {
});

// TODO (koorosh): Disabled due to strange failure on internal
// behaviour of ReduxDebug component under test env.
// behavior of ReduxDebug component under test env.
xdescribe("'/debug/redux' path", () => {
it("routes to <ReduxDebug> component", () => {
navigateToPath("/debug/redux");
Expand Down

0 comments on commit 2b1226a

Please sign in to comment.