Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove app-routing-module from test
  • Loading branch information
Nicole Garcia committed Sep 30, 2022
commit 31985615591aafbc1cda42d24f8b67809d71d78e
23 changes: 0 additions & 23 deletions src/app/app-routing.module.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ if (isNotLegacy) {
exports: [RouterModule],
})
export class AppRoutingModule {
routes = routes;

}