diff --git a/goofy-client/apps/goofy/src/app/app.module.spec.ts b/goofy-client/apps/goofy/src/app/app.module.spec.ts new file mode 100644 index 0000000000000000000000000000000000000000..8e6c10052688c04ce7d45cf0067ff8b39dc39c03 --- /dev/null +++ b/goofy-client/apps/goofy/src/app/app.module.spec.ts @@ -0,0 +1,14 @@ +import { TestBed } from "@angular/core/testing"; +import { AppModule } from "./app.module"; + +describe('AppModule', () => { + beforeEach(() => { + TestBed.configureTestingModule({ + imports: [AppModule] + }) + }); + + it('should create', () => { + expect(AppModule).toBeDefined(); + }); +}); \ No newline at end of file