aboutsummaryrefslogtreecommitdiff
path: root/src/app/app-routing.module.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app-routing.module.spec.ts')
-rw-r--r--src/app/app-routing.module.spec.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/app/app-routing.module.spec.ts b/src/app/app-routing.module.spec.ts
new file mode 100644
index 0000000..d68ef06
--- /dev/null
+++ b/src/app/app-routing.module.spec.ts
@@ -0,0 +1,13 @@
1import { AppRoutingModule } from './app-routing.module';
2
3describe('AppRoutingModule', () => {
4 let appRoutingModule: AppRoutingModule;
5
6 beforeEach(() => {
7 appRoutingModule = new AppRoutingModule();
8 });
9
10 it('should create an instance', () => {
11 expect(appRoutingModule).toBeTruthy();
12 });
13});