Skip to content

Commit

Permalink
[TS migration][Routes] Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Mar 4, 2024
1 parent 1546a45 commit 0f8b31d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/server/routes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
type Routes = Record<string, string>;

const routes: Routes = {
const routes = {
// The app calls this endpoint to know which test to run
testConfig: '/test_config',

Expand All @@ -18,6 +16,6 @@ const routes: Routes = {

// Gets the network cache
testGetNetworkCache: '/test_get_network_cache',
};
} satisfies Record<string, string>;

export default routes;

0 comments on commit 0f8b31d

Please sign in to comment.